Skip to content

Commit

Permalink
add more Python enum chains
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Nov 27, 2023
1 parent e332a81 commit 3048c71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python-sdk/src/forta_agent/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ class Network(IntEnum):
OPTIMISM = 10
FANTOM = 250
BASE = 8453
CRONOS = 25
CRONOS_TESTNET = 338
KAVA = 2222
KAVA_TESTNET = 2221
ZKEVM = 1101
ZKEVM_TESTNET = 1402
CANTO = 7700
CANTO_TESTNET = 7701
METIS = 1088
METIS_TESTNET = 588
GNOSIS = 100
GNOSIS_TESTNET = 10200
ZKSYNC = 280
ZKSYNC_TESTNET = 324

0 comments on commit 3048c71

Please sign in to comment.