Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EOA_UNIVERSAL_DEPLOYER_ADDRESS = common.HexToAddress("0x9c5a87452d4FAC0cbd53BDCA580b20A45526B3AB") UNIVERSAL_DEPLOYER_ADDRESS = common.HexToAddress("0x1b926fbb24a9f78dcdd3272f2d86f5d0660e59c0") UNIVERSAL_DEPLOYER_2_ADDRESS = common.HexToAddress("0x8a5bc19e22d6ad55a2c763b93a75d09f321fe764") UNIVERSAL_DEPLOYER_FUNDING = big.NewInt(1).Mul(big.NewInt(300), big.NewInt(100_000_000_000_000)) UNIVERSAL_DEPLOYER_TX = "" /* 536-byte string literal not displayed */ // expected bytecode for the universal deployer 2. If this changes for whatever reason then the universal // deployer's addresses of contracts it's deployed will change, and so will UNIVERSAL_DEPLOYER_2_ADDRESS. // // do not change this value. it is here to integrity check within the UniversalDeployer. if you do change // it however, then make sure to also update UNIVERSAL_DEPLOYER_2_ADDRESS. // // this value was originally copied from typings/contracts/factories/UniversalDeployer2__factory.ts // from