From b802e25a853099dacf9ee9da20665b035f257110 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Thu, 15 Sep 2022 14:24:55 -0230 Subject: [PATCH] Fix sepolia network id (#15847) --- shared/constants/network.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constants/network.ts b/shared/constants/network.ts index 9373775b7..ab8e6d575 100644 --- a/shared/constants/network.ts +++ b/shared/constants/network.ts @@ -195,7 +195,7 @@ export const NETWORK_IDS = { GOERLI: '5', KOVAN: '42', LOCALHOST: '1337', - SEPOLIA: '6', + SEPOLIA: '11155111', } as const; /**