diff --git a/.changeset/kind-dingos-watch.md b/.changeset/kind-dingos-watch.md new file mode 100644 index 0000000000..8a23a645a7 --- /dev/null +++ b/.changeset/kind-dingos-watch.md @@ -0,0 +1,5 @@ +--- +"@venusprotocol/evm": patch +--- + +Correct Base governance subgraph URL diff --git a/apps/evm/src/config/subgraphUrls.ts b/apps/evm/src/config/subgraphUrls.ts index 36b34497ed..79f76871bd 100644 --- a/apps/evm/src/config/subgraphUrls.ts +++ b/apps/evm/src/config/subgraphUrls.ts @@ -62,7 +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', - [ChainId.BASE_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmcDDMGa9oTzCLWMeSWg6mwULWDao5Mypw9raofBaSTNqw`, + [ChainId.BASE_MAINNET]: `https://gateway.thegraph.com/api/${theGraphApiKey}/deployments/id/QmaeyNEyxYYvkTRDcFNufWRg7Ki8mB5BAXCAZotkhwebLv`, [ChainId.BASE_SEPOLIA]: 'https://api.studio.thegraph.com/query/64786/venus-governance-base-sepolia/latest', };