We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00425 commit 31765b2Copy full SHA for 31765b2
contracts/scripts/setDisputeTemplate.ts
@@ -7,15 +7,16 @@ const parameters = {
7
arbitrumSepoliaDevnet: {
8
arbitrator: "KlerosCore",
9
subgraphEndpoint:
10
- "https://gateway-arbitrum.network.thegraph.com/api/{{{graphApiKey}}}/subgraphs/id/3aZxYcZpZL5BuVhuUupqVrCV8VeNyZEvjmPXibyPHDFQ",
+ "https://gateway.thegraph.com/api/{{{graphApiKey}}}/subgraphs/id/3aZxYcZpZL5BuVhuUupqVrCV8VeNyZEvjmPXibyPHDFQ",
11
},
12
arbitrumSepoliaTestnet: {
13
14
subgraphEndpoint: "TODO",
15
16
arbitrum: {
17
arbitrator: "KlerosCoreNeo",
18
- subgraphEndpoint: "TODO",
+ subgraphEndpoint:
19
+ "https://gateway.thegraph.com/api/{{{graphApiKey}}}/subgraphs/id/96vpnRJbRVkzF6usMNYMMoziSZEfSwGEDpXNi2h9WBSW",
20
21
};
22
0 commit comments