Skip to content

SETTLEMENT_FEE

const SETTLEMENT_FEE: 1300000000000000n = 1300000000000000n;

Defined in: packages/synapse-sdk/src/utils/constants.ts:296

Settlement fee required for rail settlement operations This is the NETWORK_FEE constant in the Payments contract that gets burned to the Filecoin network Value: 0.0013 FIL (1300000000000000 attoFIL)

IMPORTANT: This value must be kept in sync with the Payments contract’s NETWORK_FEE constant. If the contract is upgraded with a different fee, this constant must be updated accordingly.