Skip to content

Commit

Permalink
fix(core): removed Cronos mainnet beta from is_legacy (gakonst#1246)
Browse files Browse the repository at this point in the history
it now supports EIP1559 after the network upgrade at the height 2693800
  • Loading branch information
tomtau authored May 10, 2022
1 parent 790550c commit 0926ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Unreleased

- Removed Cronos mainnet beta from `is_legacy` [1246](https://github.com/gakonst/ethers-rs/pull/1246)
- Fix RLP decoding of `from` field for `Eip1559TransactionRequest` and
`Eip2930TransactionRequest`, remove `Eip1559TransactionRequest` `sighash`
method [1180](https://github.com/gakonst/ethers-rs/pull/1180)
Expand Down
3 changes: 1 addition & 2 deletions ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ impl Chain {
Chain::BinanceSmartChain |
Chain::BinanceSmartChainTestnet |
Chain::Arbitrum |
Chain::ArbitrumTestnet |
Chain::Cronos,
Chain::ArbitrumTestnet,
)
}
}
Expand Down

0 comments on commit 0926ead

Please sign in to comment.