From 64d1e459ec7d0e1ea39e4ca507a4b362522cb1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Fri, 19 Apr 2024 09:34:54 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"feat:=20Update=20subgraph?= =?UTF-8?q?=20used=20from=20collections-matic-mumbai=20to=20c=E2=80=A6"=20?= =?UTF-8?q?(#373)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit bb6fae6aa9151f4a2cba6dba13ea01829907e79d. --- src/subgraphUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subgraphUtils.ts b/src/subgraphUtils.ts index 268f7f29..d2074ef3 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' : 'mumbai' + chainId === ChainId.MATIC_MAINNET ? 'mainnet' : 'amoy' }` }