@somnia-chain/markets-sdk / index / FixedFees
Interface: FixedFees
Defined in: config.ts:88
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:89
maxPriorityFeePerGas
maxPriorityFeePerGas:
bigint
Defined in: config.ts:90