Skip to content

Commit

Permalink
chore: update base core subgraph to decentralised url
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Sep 26, 2024
1 parent 026e706 commit 9fe5ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/config/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const config: Config = {
explorer: 'https://basescan.org',
explorerName: 'BaseScan',
subgraph:
'https://api.studio.thegraph.com/query/24660/balancer-base-v2/version/latest',
'https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX',
balancerApi: 'https://api.balancer.fi',
poolsUrlV2: '',
subgraphs: {
main: [
'https://api.studio.thegraph.com/query/24660/balancer-base-v2/version/latest',
'https://gateway.thegraph.com/api/${keys.graph}/subgraphs/id/E7XyutxXVLrp8njmjF16Hh38PCJuHm12RRyMt5ma4ctX',
],
aave: '',
gauge:
Expand Down

0 comments on commit 9fe5ec1

Please sign in to comment.