File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ The following is a list of contracts that are deployed by this script.
184184│ immutable-factories │ Erc1155OperatorEnforcedFactory │ 0xc89f63389ef3B53D07649D52D47F9E4afcAbb1fB │
185185│ immutable-factories │ Erc712OperatorEnforcedFactory │ 0x5fD880b092bD285873b16335a454D11c062a4689 │
186186│ implicit-registry │ ImplicitRegistry │ 0x652d9299715E22820222247E8b780144771404Fe │
187+ │ implicit-registry │ ImplicitRegistryDev │ 0x0D9Ff8C6c3C7E0f32bE6B2DbE1d8cF20BE3d13F4 │
187188│ marketplace-v1 │ MarketV1 │ 0xB537a160472183f2150d42EB1c3DD6684A55f74c │
188189│ marketplace-v2 │ BatchPayableHelperV2 │ 0x6166c1952c54dEd6b070B4616797E61b6c48A117 │
189190│ marketplace-v2 │ MarketFactoryV2 │ 0xBDC76d15eA28beB6AF2Cc69b4EFBb4Aa4FB77689 │
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ type: "constants"
33constants :
44 address-zero : " 0x0000000000000000000000000000000000000000"
55 salt-zero : " 0x0000000000000000000000000000000000000000000000000000000000000000"
6+ salt-dev : " 0x0000000000000000000000000000000000000000000000000000000000000001"
67 developer-multisig-01 : " 0x007a47e6BF40C1e0ed5c01aE42fDC75879140bc4"
78 entrypoint-4337-07 : " 0x0000000071727de22e5e9d8baf0edac6f37da032"
Original file line number Diff line number Diff line change @@ -13,10 +13,28 @@ actions:
1313 creationCode : " {{Contract(./build-info/implicit-registry.json:ImplicitProjectRegistry).creationCode}}"
1414 output : true
1515
16+ - name : " implicit-registry-dev"
17+ template : " erc-2470"
18+ arguments :
19+ salt : " {{salt-dev}}"
20+ creationCode :
21+ type : " constructor-encode"
22+ arguments :
23+ creationCode : " {{Contract(./build-info/implicit-registry.json:ImplicitProjectRegistry).creationCode}}"
24+ output : true
25+
1626 - name : " verify-implicit-registry"
1727 depends_on : ["implicit-registry"]
1828 template : " verify-contract"
1929 arguments :
2030 address : " {{implicit-registry.address}}"
2131 contract : " {{Contract(./build-info/implicit-registry.json:ImplicitProjectRegistry)}}"
2232 output : false
33+
34+ - name : " verify-implicit-registry-dev"
35+ depends_on : ["implicit-registry-dev"]
36+ template : " verify-contract"
37+ arguments :
38+ address : " {{implicit-registry-dev.address}}"
39+ contract : " {{Contract(./build-info/implicit-registry.json:ImplicitProjectRegistry)}}"
40+ output : false
You can’t perform that action at this time.
0 commit comments