From 53d7f367fdf836aabe2f7cbc2798ad1bf1151ddd Mon Sep 17 00:00:00 2001 From: Afr Schoe <58883403+q9f@users.noreply.github.com> Date: Mon, 30 May 2022 12:33:02 +0200 Subject: [PATCH] eth/chain: add matic/mumbai (#107) Co-authored-by: Cuong Pham --- lib/eth/chain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/eth/chain.rb b/lib/eth/chain.rb index 7be82402..8ca0b28f 100644 --- a/lib/eth/chain.rb +++ b/lib/eth/chain.rb @@ -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.