Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
feat: add ARBITRUM_GOERLI to SupportedChainId (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth authored Jan 9, 2023
1 parent 9997e88 commit b2043a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum SupportedChainId {

ARBITRUM_ONE = 42161,
ARBITRUM_RINKEBY = 421611,
ARBITRUM_GOERLI = 421613,

OPTIMISM = 10,
OPTIMISM_GOERLI = 420,
Expand Down

0 comments on commit b2043a7

Please sign in to comment.