Skip to content

Commit

Permalink
feat: add Base mainnet subgraph URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira committed Dec 19, 2024
1 parent 77afc2a commit 792b92a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/evm/src/config/subgraphUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export const getIsolatedPoolsSubgraphUrls = ({
[ChainId.OPTIMISM_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmZqvM6BRz1nNvK41SbfcafW2sbLZpnDMmubpQ5phkmPD8`,
[ChainId.OPTIMISM_SEPOLIA]:
'https://api.studio.thegraph.com/query/64786/venus-il-optimism-sepolia/version/latest',
// TODO: add BASE_MAINNET once it's deployed
[ChainId.BASE_MAINNET]: '',
[ChainId.BASE_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmUurUxeGyFknvjVtYytvYyhftXKMyXrvamCtMgoTR6ZnQ`,
[ChainId.BASE_SEPOLIA]:
'https://api.studio.thegraph.com/query/64786/venus-isolated-pools-base-sepolia/latest',
};
Expand Down Expand Up @@ -63,8 +62,7 @@ export const getGovernanceSubgraphUrls = ({
[ChainId.OPTIMISM_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmdTVnzZrFhVn3Q158b3E2rNPFPmEEfyQwgN3im2GbCQLy`,
[ChainId.OPTIMISM_SEPOLIA]:
'https://api.studio.thegraph.com/query/64786/venus-governance-opsepolia/version/latest',
// TODO: add BASE_MAINNET once it's deployed
[ChainId.BASE_MAINNET]: '',
[ChainId.BASE_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmcDDMGa9oTzCLWMeSWg6mwULWDao5Mypw9raofBaSTNqw`,
[ChainId.BASE_SEPOLIA]:
'https://api.studio.thegraph.com/query/64786/venus-governance-base-sepolia/latest',
};
Expand Down

0 comments on commit 792b92a

Please sign in to comment.