Skip to content

Commit 74c0807

Browse files
committed
fix: set legacy contracts to zero address in protocol deployment mode for subgraph service
Signed-off-by: Tomás Migone <[email protected]>
1 parent 8d69245 commit 74c0807

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/subgraph-service/ignition/configs/protocol.default.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"gnsImplementationAddress": "",
1414
"subgraphNFTAddress": "",
1515

16+
// These do not exist in the protocol deployment, but are needed by ignition modules
17+
// so we set them to 0x00...00
18+
"legacyDisputeManagerAddress": "0x0000000000000000000000000000000000000000",
19+
"legacyServiceRegistryAddress": "0x0000000000000000000000000000000000000000",
20+
1621
// Must be set for step 2 of the deployment
1722
"disputeManagerProxyAddress": "",
1823
"disputeManagerProxyAdminAddress": "",

packages/subgraph-service/ignition/configs/protocol.localNetwork.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"gnsImplementationAddress": "",
1414
"subgraphNFTAddress": "",
1515

16+
// These do not exist in the protocol deployment, but are needed by ignition modules
17+
// so we set them to 0x00...00
18+
"legacyDisputeManagerAddress": "0x0000000000000000000000000000000000000000",
19+
"legacyServiceRegistryAddress": "0x0000000000000000000000000000000000000000",
20+
1621
// Must be set for step 2 of the deployment
1722
"disputeManagerProxyAddress": "",
1823
"disputeManagerProxyAdminAddress": "",

0 commit comments

Comments
 (0)