Hello All,
A new version of Erigon is available - v2.58.2 for Polygon Mainnet. This release includes Napoli Hard fork on erigon which is scheduled for March 20th, 2024 at around 6:00 AM UTC. The HF block number is 54876000. It enables PIP-33 and is a mandatory release for operators running on Polygon Mainnet.
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.58.2
make erigon
- Ensure that you are on the latest version:
./build/bin/erigon --version
# It should return
erigon version 2.58.2-125509e4
- Restart erigon
sudo service erigon restart
Thanks,
Polygon Team