Bor v2.6.0-beta2 and Erigon v3.4.0-beta2 for Amoy

Hi all, we have released new beta version of PoS clients for the upcoming LisovoPro HF on Amoy testnet, to fix an inconsistency with a precompiled contract.

The Amoy Testnet LisovoPro Hardfork will happen on block 34062000, at around 4 PM UTC, February 17th, 2026.

Bor

beta2 version of bor (v2.6.0-beta2).

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
    
  2. Install Bor with a version tag, network name (amoy), and node type (sentry, validator, or archive).

    # Replace the node type
    curl -L https://raw.githubusercontent.com/0xpolygon/install/main/bor.sh | bash -s -- v2.6.0-beta2 <network> <node_type>
    
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v2.6.0-beta2
    
    
  4. Restart bor service

    sudo service bor start
    
    

Erigon

The corresponding Erigon version (ready for the Amoy LisovoPro HF) is Erigon v3.4.0-beta2

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