Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix(types): make Arbitrum, Arbitrum Goerli, Arbitrum Nova EIP1559 comp (
Browse files Browse the repository at this point in the history
#2410)

Signed-off-by: Francesco <francesco@fulminlabs.org>
  • Loading branch information
Francesco authored May 9, 2023
1 parent b6c2d89 commit 4e5c1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,7 @@ impl Chain {
FantomTestnet |
BinanceSmartChain |
BinanceSmartChainTestnet |
Arbitrum |
ArbitrumTestnet |
ArbitrumGoerli |
ArbitrumNova |
Rsk |
Oasis |
Emerald |
Expand All @@ -346,6 +343,9 @@ impl Chain {
PolygonMumbai |
Avalanche |
AvalancheFuji |
Arbitrum |
ArbitrumGoerli |
ArbitrumNova |
FilecoinMainnet |
FilecoinHyperspaceTestnet => false,

Expand Down

0 comments on commit 4e5c1b5

Please sign in to comment.