Files
atomic-swap/ethereum/consts_test.go
2023-05-01 19:23:17 -04: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 = 1094089
maxTestERC20DeployGas = 798286 // using long token names or symbols will increase this
)