Skip to content

Commit

Permalink
edited the chain id for zk sync era sepolia testnet to be 300
Browse files Browse the repository at this point in the history
  • Loading branch information
CJPotter10 committed Apr 17, 2024
1 parent 9aade39 commit 7942d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/telliot_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Telliot """
__version__ = "0.3.3"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion src/telliot_core/model/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class Chain(Base):
currency=EVMCurrency(name="Ether", symbol="ETH", decimals=18),
),
Chain(
chain_id=324,
chain_id=300,
name="zkSync Era Sepolia Testnet",
chain="zkSync Era Sepolia Testnet",
network="testnet",
Expand Down

0 comments on commit 7942d7b

Please sign in to comment.