Hello All,
A new version of Erigon is available - v2.57.3 for Mumbai Testnet. This release includes Napoli Hard fork on erigon which is scheduled for Feb 7th, 2024 around 8 AM UTC. The HF block number is 45648608. With this hardfork, we are enabling PIP-33. Mumbai operators running erigon must upgrade before the HF block number hits as this is a mandatory release.
Instructions to Upgrade
These are the instructions to upgrade Erigon on your nodes:
- Upgrade Erigon to the latest version:
cd ~/erigon
git pull --tags
git checkout v2.57.3
make erigon
- Ensure that you are on the latest version:
./build/bin/erigon --version
# It should return
erigon version 2.57.3-
- Restart erigon
sudo service erigon restart
Thanks,
Polygon Team