File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ The following is a list of contracts that are deployed by this script.
183183│ guards-v2 │ ProdGuardV2 │ 0x761f5e29944D79d76656323F106CF2efBF5F09e9 │
184184│ immutable-factories │ Erc1155OperatorEnforcedFactory │ 0xc89f63389ef3B53D07649D52D47F9E4afcAbb1fB │
185185│ immutable-factories │ Erc712OperatorEnforcedFactory │ 0x5fD880b092bD285873b16335a454D11c062a4689 │
186- │ implicit-registry │ ImplicitRegistry │ 0x652d9299715E22820222247E8b780144771404Fe │
187- │ implicit-registry │ ImplicitRegistryDev │ 0x0D9Ff8C6c3C7E0f32bE6B2DbE1d8cF20BE3d13F4 │
186+ │ implicit-registry │ ImplicitRegistry │ 0x0D9Ff8C6c3C7E0f32bE6B2DbE1d8cF20BE3d13F4 │
187+ │ implicit-registry │ ImplicitRegistryDev │ 0x652d9299715E22820222247E8b780144771404Fe │
188188│ marketplace-v1 │ MarketV1 │ 0xB537a160472183f2150d42EB1c3DD6684A55f74c │
189189│ marketplace-v2 │ BatchPayableHelperV2 │ 0x6166c1952c54dEd6b070B4616797E61b6c48A117 │
190190│ marketplace-v2 │ MarketFactoryV2 │ 0xBDC76d15eA28beB6AF2Cc69b4EFBb4Aa4FB77689 │
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ type: "constants"
33constants :
44 address-zero : " 0x0000000000000000000000000000000000000000"
55 salt-zero : " 0x0000000000000000000000000000000000000000000000000000000000000000"
6- salt-dev : " 0x0000000000000000000000000000000000000000000000000000000000000001"
6+ salt-one : " 0x0000000000000000000000000000000000000000000000000000000000000001"
77 developer-multisig-01 : " 0x007a47e6BF40C1e0ed5c01aE42fDC75879140bc4"
88 entrypoint-4337-07 : " 0x0000000071727de22e5e9d8baf0edac6f37da032"
Original file line number Diff line number Diff line change 66 - name : " implicit-registry"
77 template : " erc-2470"
88 arguments :
9- salt : " {{salt-zero }}"
9+ salt : " {{salt-one }}"
1010 creationCode :
1111 type : " constructor-encode"
1212 arguments :
@@ -16,7 +16,7 @@ actions:
1616 - name : " implicit-registry-dev"
1717 template : " erc-2470"
1818 arguments :
19- salt : " {{salt-dev }}"
19+ salt : " {{salt-zero }}"
2020 creationCode :
2121 type : " constructor-encode"
2222 arguments :
You can’t perform that action at this time.
0 commit comments