File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/subgraph-service/ignition/configs Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
"gnsImplementationAddress" : "" ,
14
14
"subgraphNFTAddress" : "" ,
15
15
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
+
16
21
// Must be set for step 2 of the deployment
17
22
"disputeManagerProxyAddress" : "" ,
18
23
"disputeManagerProxyAdminAddress" : "" ,
Original file line number Diff line number Diff line change 13
13
"gnsImplementationAddress" : "" ,
14
14
"subgraphNFTAddress" : "" ,
15
15
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
+
16
21
// Must be set for step 2 of the deployment
17
22
"disputeManagerProxyAddress" : "" ,
18
23
"disputeManagerProxyAdminAddress" : "" ,
You can’t perform that action at this time.
0 commit comments