From 7a4d576b8adc03d74e9da516768209617bd564fe Mon Sep 17 00:00:00 2001 From: leekt Date: Thu, 22 Feb 2024 16:56:12 +0900 Subject: [PATCH] typo : sepolia --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index 1caa4e6..885c1f7 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -95,7 +95,7 @@ export const getSupportedChains = (): UnvalidatedChain[] => [ }, { name: "sepolia", - projectId: process.env.SEPOILA_PROJECT_ID || null, + projectId: process.env.SEPOLIA_PROJECT_ID || null, viemChainObject: sepolia, type: Network.testnet },