Skip to content

Commit

Permalink
chore: update base subgraph urls (#5905)
Browse files Browse the repository at this point in the history
* chore: update base gauge and blocks subgraph url

* style: lint
  • Loading branch information
gosuto-inzasheru authored Sep 26, 2024
1 parent 42f37d5 commit 048c75a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/lib/config/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@ const config: Config = {
publicRpc: 'https://mainnet.base.org',
explorer: 'https://basescan.org',
explorerName: 'BaseScan',
subgraph:
'https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX',
subgraph: `https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX`,
balancerApi: 'https://api.balancer.fi',
poolsUrlV2: '',
subgraphs: {
main: [
'https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX',
`https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX`,
],
aave: '',
gauge:
'https://api.studio.thegraph.com/query/24660/balancer-gauges-base/version/latest',
blocks:
'https://api.studio.thegraph.com/query/48427/bleu-base-blocks/version/latest',
gauge: `https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/CfBvJNYsbKZdxXzaCtNc6dUbHH6TjDupprjKKo9gnmwg`,
blocks: `https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/CcK8LjrekkGuvBaic1Wo4xbi7eusGsgwT5cV4qRsKz4Z`,
},
bridgeUrl: 'https://bridge.base.org/',
supportsEIP1559: false,
Expand Down

0 comments on commit 048c75a

Please sign in to comment.