Files
atomic-swap/ethereum/consts_test.go
2023-04-30 17:36:31 -05:00

9 lines
289 B
Go

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
)