Hi everyone,
We have released a new version of Bor v2.7.0 and Erigon v3.5.0. This release schedules the Giugliano Hard Fork for Mainnet.
The Giugliano Hard Fork on Mainnet is scheduled for block number 85268500. Which is expected to hit at April-08-2026 2 PM UTC. Make sure to update all your Mainnet nodes before this time.
Please refer to the release notes of bor and erigon for more info about the changes going into this release.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop -
Install Bor with a version tag, network name (amoy, mainnet), and node type (sentry, validator, or archive).
# Replace the node type curl -L <https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh> | bash -s -- v2.7.0 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.7.0 -
Restart bor service
sudo service bor start
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Erigon: https://hub.docker.com/r/0xpolygon/erigon/tags
Thanks,
Polygon Team