Skip to content

Commit

Permalink
🐛 change subgraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed May 30, 2024
1 parent 43ce94e commit 134682c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/disputables/mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ export const DISPUTABLE_SUBGRAPH_URLS = new Map([
...VOTING_APP_IDS.map(appId => [
appId,
{
xdai: `https://gateway.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/QmST8VZnjHrwhrW5gTyaiWJDhVcx6TooRv85B49zG7ziLH`,
xdai: `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/G4EbcSW588SUy8CdprPPxCN69VN8mxvnwt4oyR6YpGza`,
rinkeby: 'https://api.thegraph.com/subgraphs/name/1hive/gardens-rinkeby',
},
]),
...CONVICTION_VOTING_APP_IDS.map(appId => [
appId,
{
xdai: `https://gateway.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/QmST8VZnjHrwhrW5gTyaiWJDhVcx6TooRv85B49zG7ziLH`,
xdai: `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/G4EbcSW588SUy8CdprPPxCN69VN8mxvnwt4oyR6YpGza`,
rinkeby: 'https://api.thegraph.com/subgraphs/name/1hive/gardens-rinkeby',
},
]),
Expand Down
2 changes: 1 addition & 1 deletion src/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const networkConfigs = {
chainId: 100,
nodes: {
defaultEth: XDAI_ETH_NODE,
subgraph: `https://gateway.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/HQcpdYKeSRuvjEwz8QL4nGYrJ6pUUxNoTcxssMn1Gc83`,
subgraph: `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_API_KEY}/subgraphs/id/KvR9XcnqQzVv2j3h7FnQjxroUptEu56dtj7mtQ5TTun`,
},
eip3085: {
chainId: '0x64',
Expand Down

0 comments on commit 134682c

Please sign in to comment.