Skip to content

Commit

Permalink
Merge pull request #27 from zksync-sdk/develop
Browse files Browse the repository at this point in the history
Fix Goerli Testnet chain id
  • Loading branch information
MaximFischuk authored Sep 6, 2022
2 parents eb60604 + 5569a79 commit 81a2504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/zksync/domain/ChainId.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public enum ChainId {
Rinkeby(4),
/// Ethereum Ropsten testnet.
Ropsten(3),
/// Optimism Goerli Testnet
Goerli(420),
/// Goerli Testnet
Goerli(5),
/// Ethereum Sepolia Testnet
Sepolia(11155111),

Expand Down

0 comments on commit 81a2504

Please sign in to comment.