Skip to content

Commit

Permalink
feat: Update subgraph used from collections-matic-mumbai to collectio…
Browse files Browse the repository at this point in the history
…ns-matic-amoy
  • Loading branch information
cyaiox committed Apr 15, 2024
1 parent 85d5590 commit baa15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subgraphUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getSubgraphNameForNetwork = (
chainId === ChainId.ETHEREUM_MAINNET ? 'mainnet' : 'sepolia'
}`
: `collections-matic-${
chainId === ChainId.MATIC_MAINNET ? 'mainnet' : 'mumbai'
chainId === ChainId.MATIC_MAINNET ? 'mainnet' : 'amoy'
}`
}

Expand Down

0 comments on commit baa15c2

Please sign in to comment.