From daff34ca79e4525242f72cc8140e2b62b4903bd6 Mon Sep 17 00:00:00 2001 From: pradyuman-verma Date: Sun, 5 Dec 2021 22:51:55 +0530 Subject: [PATCH] update --- hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index 4cb81269..94eaa311 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -26,6 +26,7 @@ const chainIds = { ropsten: 3, avalanche: 43114, polygon: 137, + arbitrum: 42161, }; const alchemyApiKey = process.env.ALCHEMY_API_KEY;