Skip to content

Commit

Permalink
fix: amoy url
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed May 2, 2024
1 parent 577a066 commit 491aeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ports/snapshot/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const strategiesByChainId = {
name: 'multichain',
graphs: {
[ChainId.ETHEREUM_GOERLI]: 'https://api.thegraph.com/subgraphs/name/decentraland/blocks-ethereum-goerli',
[ChainId.MATIC_AMOY]: 'https://api.thegraph.com/subgraphs/name/decentraland/blocks-matic-amoy'
[ChainId.MATIC_AMOY]: 'https://api.studio.thegraph.com/query/49472/blocks-matic-amoy/version/latest'
},
symbol: 'MANA',
strategies: [
Expand Down Expand Up @@ -135,7 +135,7 @@ export const strategiesByChainId = {
name: 'multichain',
graphs: {
[ChainId.ETHEREUM_SEPOLIA]: 'https://api.studio.thegraph.com/query/49472/blocks-ethereum-sepolia/version/latest',
[ChainId.MATIC_AMOY]: 'https://api.thegraph.com/subgraphs/name/decentraland/blocks-matic-amoy'
[ChainId.MATIC_AMOY]: 'https://api.studio.thegraph.com/query/49472/blocks-matic-amoy/version/latest'
},
symbol: 'MANA',
strategies: [
Expand Down

0 comments on commit 491aeef

Please sign in to comment.