@somnia-chain/markets-sdk / index / FixedFees
Interface: FixedFees
Defined in: packages/sdk/src/config.ts:174
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: packages/sdk/src/config.ts:176
Total fee ceiling (wei per gas); the unspent margin over base fee + tip refunds.
maxPriorityFeePerGas
maxPriorityFeePerGas:
bigint
Defined in: packages/sdk/src/config.ts:178
Priority tip (wei per gas) paid to the proposer on top of the base fee.