mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-07 21:34:05 -05:00
9 lines
289 B
Go
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
|
|
)
|