Bor v2.5.6 and Erigon v3.3.6

Hi all, we have released a new version of bor v2.5.6 and erigon v3.3.6 which defines the block number for the Dandeli hardfork on Mainnet, at block height 81424000 . The expected times for the hardfork is on Friday, Jan 09, 2026, 02:00 PM UTC . It adjusts the gas target calculations to mitigate gas price spikes and to increase effective network throughput.

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
    
    
  2. Install Bor with a version tag, network name (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.5.6 <network> <node_type>
    
    
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v2.5.6
    
    
    
  4. Restart bor service

    sudo service bor start
    
    
    

What’s Changed

Full Changelog: v2.5.5…v2.5.6

Docker Images

You can find the latest docker images here:

Bor: https://hub.docker.com/r/0xpolygon/bor/tags

Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags

Thanks,

Polygon Team

1 Like

Thanks for the update, just a contribution for some of the developer community in Africa. I recently tried to run my own RPC service using erigon here in rural South Africa and have failed because of poor connectivity and data storage limitation. As such, I wanted to know, are you able to also provide lite version of erigon which would be able to work for RPC services in environments where speed is limited to 1Mbps and disk-storage limited to 500 GB? Thanks for any response.