Skip to content

Commit

Permalink
Revert "Revert "feat: Update subgraph used from collections-matic-mum…
Browse files Browse the repository at this point in the history
…bai to c…" (#373)

This reverts commit bb6fae6.
  • Loading branch information
cyaiox authored Apr 19, 2024
1 parent beeee69 commit 64d1e45
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 64d1e45

Please sign in to comment.