IGasFeesHelper

Git Source

Title: IGasFeesHelper

Author: Merge Layers Inc.

Interface for retrieving per-chain gas fee configuration

Functions

gasFees

Returns the gas fee for a destination chain

function gasFees(uint32 dstChainId) external view returns (uint256 fee);

Parameters

NameTypeDescription
dstChainIduint32Destination chain identifier

Returns

NameTypeDescription
feeuint256Gas fee amount