From bb6fae6aa9151f4a2cba6dba13ea01829907e79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Mon, 15 Apr 2024 16:49:06 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20Update=20subgraph=20used=20fr?= =?UTF-8?q?om=20collections-matic-mumbai=20to=20collectio=E2=80=A6"=20(#37?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4b8825a0f75a874468b75d85eccbb60014d598b7. --- src/subgraphUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subgraphUtils.ts b/src/subgraphUtils.ts index d2074ef3..268f7f29 100644 --- a/src/subgraphUtils.ts +++ b/src/subgraphUtils.ts @@ -20,7 +20,7 @@ export const getSubgraphNameForNetwork = ( chainId === ChainId.ETHEREUM_MAINNET ? 'mainnet' : 'sepolia' }` : `collections-matic-${ - chainId === ChainId.MATIC_MAINNET ? 'mainnet' : 'amoy' + chainId === ChainId.MATIC_MAINNET ? 'mainnet' : 'mumbai' }` }