{s}omniamarkets

@somnia-chain/markets-sdk


@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?

optional amount?: bigint

Defined in: trade.ts:874

Amount to mint (default 10,000 × 10^decimals).


testUsdc?

optional testUsdc?: `0x${string}`

Defined in: trade.ts:876

TestUSDC address; defaults to the configured one.


gas?

optional gas?: bigint

Defined in: trade.ts:878

Gas ceiling for this tx.

Default Value

TraderConfig.gas (10,000,000)