Skip to content

Commit

Permalink
eth/chain: add matic/mumbai (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Cuong Pham <harry88pham@gmail.com>
  • Loading branch information
q9f and cuong88pham authored May 30, 2022
1 parent bb67fea commit 53d7f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/eth/chain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class ReplayProtectionError < StandardError; end

# Chain ID for the geth private network preset.
PRIVATE_GETH = 1337.freeze
MATIC = 137.freeze
MUMBAI = 80001.freeze

# Indicates wether the given `v` indicates a legacy chain value
# without EIP-155 replay protection.
Expand Down

0 comments on commit 53d7f36

Please sign in to comment.