@somnia-chain/markets-sdk / index / FaucetParams
Interface: FaucetParams
Defined in: trade.ts:872
Inputs to Trader.faucet — mint TestUSDC to the signer (testnet only).
Properties
amount?
optionalamount?:bigint
Defined in: trade.ts:874
Amount to mint (default 10,000 × 10^decimals).
testUsdc?
optionaltestUsdc?:`0x${string}`
Defined in: trade.ts:876
TestUSDC address; defaults to the configured one.
gas?
optionalgas?:bigint
Defined in: trade.ts:878
Gas ceiling for this tx.
Default Value
TraderConfig.gas (10,000,000)