Type Alias GasEstimateTokenConfig

GasEstimateTokenConfig: {
    [key: string]: {
        bridgeToL2Addresses?: GasEstimateBridgeToL2TokenConfig;
        swapAddresses?: GasEstimateSwapTokenConfig;
    };
}

A type representing the required information to estimate gas for a transaction.