Skip to content

Commit

Permalink
feat: add zksync as supported chain
Browse files Browse the repository at this point in the history
  • Loading branch information
rharutyunyan committed Nov 13, 2024
1 parent 813444d commit 7a23ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const SupportedChains = [
NetworkEnum.ARBITRUM,
NetworkEnum.AVALANCHE,
NetworkEnum.GNOSIS,
NetworkEnum.COINBASE
NetworkEnum.COINBASE,
NetworkEnum.ZKSYNC
] as const

type UnsupportedChain = Exclude<
Expand Down

0 comments on commit 7a23ade

Please sign in to comment.