Skip to content

Commit 91d89df

Browse files
committed
chore: deploy subgraph service script 2 for testnet
Signed-off-by: Tomás Migone <[email protected]>
1 parent a6dd2a7 commit 91d89df

20 files changed

+72039
-12934
lines changed

packages/subgraph-service/addresses.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,33 @@
33
"SubgraphService": {
44
"address": "0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b",
55
"proxy": "transparent",
6-
"proxyAdmin": "0x15737D9f8635cAcd43e110327c930bd5EC1fe098"
6+
"proxyAdmin": "0x15737D9f8635cAcd43e110327c930bd5EC1fe098",
7+
"implementation": "0xEc11f71070503D29098149195f95FEb1B1CeF93E"
78
},
89
"DisputeManager": {
910
"address": "0x96e1b86b2739e8A3d59F40F2532caDF9cE8Da088",
1011
"proxy": "transparent",
11-
"proxyAdmin": "0x154a73CB6ebB5717a15f203d6E160E6F41ecC527"
12+
"proxyAdmin": "0x154a73CB6ebB5717a15f203d6E160E6F41ecC527",
13+
"implementation": "0x28A0cFDE10e8Ea5C7f3E80981728E3eA1228D338"
14+
},
15+
"L2Curation": {
16+
"address": "0xDe761f075200E75485F4358978FB4d1dC8644FD5",
17+
"proxy": "graph",
18+
"implementation": "0xd90022aB67920212D0F902F5c427DE82732DE136"
19+
},
20+
"L2GNS": {
21+
"address": "0x3133948342F35b8699d8F94aeE064AbB76eDe965",
22+
"proxy": "graph",
23+
"implementation": "0x00CBF5024d454255577Bf2b0fB6A43328a6828c9"
24+
},
25+
"SubgraphNFT": {
26+
"address": "0xF21Df5BbA7EB9b54D8F60C560aFb9bA63e6aED1A"
27+
},
28+
"LegacyDisputeManager": {
29+
"address": "0x7C9B82717f9433932507dF6EdA93A9678b258698"
30+
},
31+
"LegacyServiceRegistry": {
32+
"address": "0x888541878CbDDEd880Cd58c728f1Af5C47343F86"
1233
}
1334
}
1435
}

packages/subgraph-service/ignition/configs/migrate.arbitrumSepolia.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"legacyServiceRegistryAddress": "0x888541878CbDDEd880Cd58c728f1Af5C47343F86",
1717

1818
// Must be set for step 2 of the deployment
19-
"disputeManagerProxyAddress": "",
20-
"disputeManagerProxyAdminAddress": "",
21-
"subgraphServiceProxyAddress": "",
22-
"subgraphServiceProxyAdminAddress": "",
23-
"graphTallyCollectorAddress": ""
19+
"disputeManagerProxyAddress": "0x96e1b86b2739e8A3d59F40F2532caDF9cE8Da088",
20+
"disputeManagerProxyAdminAddress": "0x154a73CB6ebB5717a15f203d6E160E6F41ecC527",
21+
"subgraphServiceProxyAddress": "0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b",
22+
"subgraphServiceProxyAdminAddress": "0x15737D9f8635cAcd43e110327c930bd5EC1fe098",
23+
"graphTallyCollectorAddress": "0x382863e7B662027117449bd2c49285582bbBd21B"
2424
},
2525
"DisputeManager": {
2626
"disputePeriod": 28800,

0 commit comments

Comments
 (0)