Skip to content

Commit

Permalink
chore: update base gauge and blocks subgraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Sep 26, 2024
1 parent 42f37d5 commit 66a264a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/config/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ const config: Config = {
explorer: 'https://basescan.org',
explorerName: 'BaseScan',
subgraph:

Check failure on line 29 in src/lib/config/base/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Delete `⏎···`
'https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX',
`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:

Check failure on line 38 in src/lib/config/base/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Delete `⏎·····`
'https://api.studio.thegraph.com/query/24660/balancer-gauges-base/version/latest',
`https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/CfBvJNYsbKZdxXzaCtNc6dUbHH6TjDupprjKKo9gnmwg`,
blocks:

Check failure on line 40 in src/lib/config/base/index.ts

View workflow job for this annotation

GitHub Actions / Lint

Delete `⏎·····`
'https://api.studio.thegraph.com/query/48427/bleu-base-blocks/version/latest',
`https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/CcK8LjrekkGuvBaic1Wo4xbi7eusGsgwT5cV4qRsKz4Z`,
},
bridgeUrl: 'https://bridge.base.org/',
supportsEIP1559: false,
Expand Down

0 comments on commit 66a264a

Please sign in to comment.