Skip to content

Commit

Permalink
add blocks subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jun 12, 2024
1 parent 548d822 commit 85163fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/lib/config/arbitrum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const config: Config = {
],
aave: '',
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/Bb1hVjJZ52kL23chZyyGWJKrGEg3S6euuNa1YA6XRU4J`,
blocks:
'https://api.thegraph.com/subgraphs/name/ianlapham/arbitrum-one-blocks',
blocks: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/5jebsN6RBioFWQX7LP2N8r55nL4QPAyeKc6GzDA1Pt5H`,
},
bridgeUrl: 'https://bridge.arbitrum.io/',
supportsEIP1559: false,
Expand Down
3 changes: 1 addition & 2 deletions src/lib/config/avalanche/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const config: Config = {
],
aave: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/EZvK18pMhwiCjxwesRLTg81fP33WnR6BnZe5Cvma3H1C`,
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/GzGBUh1X4Cq9RBdyKoCrPLhYW1saBYHwFBgcTsARPYUG`,
blocks:
'https://api.thegraph.com/subgraphs/name/iliaazhel/avalanche-blocks',
blocks: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/97YH6dMhGcXoTvVwDAML6GxYm9hBh7PCz6WPscUkrFhv`,
},
bridgeUrl: 'https://core.app/bridge/',
supportsEIP1559: false,
Expand Down
3 changes: 1 addition & 2 deletions src/lib/config/mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const config: Config = {
],
aave: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/8wR23o1zkS4gpLqLNU4kG3JHYVucqGyopL5utGxP2q1N`,
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/4sESujoqmztX6pbichs4wZ1XXyYrkooMuHA8sKkYxpTn`,
blocks:
'https://api.thegraph.com/subgraphs/name/blocklytics/ethereum-blocks',
blocks: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/236pc6mnPH2EdGJxR5wunibyGsagq1JsSx5e2hx5tdoE`,
},
bridgeUrl: '',
supportsEIP1559: true,
Expand Down
3 changes: 1 addition & 2 deletions src/lib/config/optimism/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const config: Config = {
],
aave: '',
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/CbLt7GqU7sypjRaCfwissEBkFeCw3dUz2emrvBNJ7dZu`,
blocks:
'https://api.thegraph.com/subgraphs/name/iliaazhel/optimism-blocklytics',
blocks: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/HsWM1oAXHGWdkH8bK98UrW38PvyPx6Q4waRow2LT8mcp`,
},
bridgeUrl: '',
supportsEIP1559: false,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/polygon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config: Config = {
],
aave: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/H1Et77RZh3XEf27vkAmJyzgCME2RSFLtDS2f4PPW6CGp`,
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/FxSLKXiieSqBCjDGPbqayhqbxyNtwaEC5M3rxr6hUa8h`,
blocks: 'https://api.thegraph.com/subgraphs/name/ianlapham/polygon-blocks',
blocks: `https://gateway-arbitrum.network.thegraph.com/api/${keys.graph}/subgraphs/id/HHpzhtyGrTNSbhtjgZyYG4aG538fKpV21dsCBshLnKDg`,
},
bridgeUrl: 'https://wallet.polygon.technology/polygon/bridge',
supportsEIP1559: true,
Expand Down

0 comments on commit 85163fe

Please sign in to comment.