From b2043a7bdfaa2d52cdc5a41b7e567a2b943296a8 Mon Sep 17 00:00:00 2001
From: gzeon <95478735+gzeoneth@users.noreply.github.com>
Date: Tue, 10 Jan 2023 03:34:31 +0800
Subject: [PATCH] feat: add ARBITRUM_GOERLI to SupportedChainId (#36)

---
 src/constants.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/constants.ts b/src/constants.ts
index b8c3ea5a..29e8c664 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -9,6 +9,7 @@ export enum SupportedChainId {
 
   ARBITRUM_ONE = 42161,
   ARBITRUM_RINKEBY = 421611,
+  ARBITRUM_GOERLI = 421613,
 
   OPTIMISM = 10,
   OPTIMISM_GOERLI = 420,