Skip to content

Commit

Permalink
update chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
yeehan-crypto-com committed Oct 22, 2024
1 parent 7c5f733 commit 2b8d2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CronosZkEvm(str, Enum):
Chain IDs for Cronos ZK EVM (Mainnet and Testnet).
"""
MAINNET = "388"
TESTNET = "282"
TESTNET = "240"

def __str__(self):
return self.value

0 comments on commit 2b8d2b8

Please sign in to comment.