{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / FixedFees

Interface: FixedFees

Defined in: config.ts:132

Fixed EIP-1559 fees every SDK-signed write uses. The SDK never estimates fees — no per-order eth_gasPrice / fee-history round-trip. maxFeePerGas is a ceiling (the tx pays base fee + tip, the rest is refunded), so a generous fixed value costs nothing extra on Somnia's flat gas market.

Properties

maxFeePerGas

maxFeePerGas: bigint

Defined in: config.ts:134

Total fee ceiling (wei per gas); the unspent margin over base fee + tip refunds.


maxPriorityFeePerGas

maxPriorityFeePerGas: bigint

Defined in: config.ts:136

Priority tip (wei per gas) paid to the proposer on top of the base fee.