Hello All,
A new version of Erigon is available - v2.60.7 for Polygon PoS Amoy Testnet. This release includes Ahmedabad hardfork on erigon which is scheduled for September 12th, 2024 at around 6:00 AM UTC. The HF block number is 11,865,856. It activates PIP-37 and is a mandatory release for operators running Amoy Testnet nodes.
Instructions to Upgrade
-
Upgrade Erigon to the latest version:
cd ~/erigon git pull --tags git checkout 2.60.7 make erigon
-
Ensure that you are on the latest version:
./build/bin/erigon --version # It should return erigon version 2.60.7-93016a97
-
Restart Erigon:
sudo service erigon restart
Thanks,
Polygon Team