package contracts // We don't deploy SwapCreator contracts or ERC20 token contracts in swaps, so // these constants are only compiled in for test files. const ( maxSwapCreatorDeployGas = 1005177 maxTestERC20DeployGas = 798226 // using long token names or symbols will increase this )