Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

merge main to dev #112

Merged
merged 6 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[discord-url]: https://discord.gg/z2VpC455eU

BNB Chain Reth is a cutting-edge rust client developed in collaboration with Paradigm, designed to provide seamless
BNB Chain Reth is a blockchain client based on [Reth](https://github.com/paradigmxyz/reth/), designed to provide seamless
support for [BNB Smart Chain(BSC)](https://github.com/bnb-chain/bsc) and [opBNB](https://github.com/bnb-chain/op-geth).

## Build from Source
Expand Down
1 change: 1 addition & 0 deletions crates/ethereum-forks/src/hardfork/optimism.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ impl OptimismHardfork {
(EthereumHardfork::Cancun.boxed(), ForkCondition::Timestamp(1718871600)),
(Self::Ecotone.boxed(), ForkCondition::Timestamp(1718871600)),
(Self::Haber.boxed(), ForkCondition::Timestamp(1718872200)),
(Self::Wright.boxed(), ForkCondition::Timestamp(1724738400)),
])
}

Expand Down
Loading