Skip to content

Latest commit

 

History

History

evmos_9001-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Evmos 9001-2

Overview

  • Network Chain ID: evmos_9001-2
  • EIP155 Chain ID: 9001
  • evmosd version: v3.0.0

Schedule

  • Genesis Timestamp (UTC): 2022-04-27T16:00:00Z
  • Airdrop Start Timestamp (UTC): 2022-04-29T16:00:00Z

Instructions

Full nodes and general participants

Follow the instructions on the official documentation to carry out a manual upgrade with a data reset.

NOTE: for more info. Check the official Evmos documentation for the evmos_9001-2 upgrade.

Genesis File

  1. Download the zipped genesis file genesis.json

  2. Verify the SHA256 checksum using:

      sha256sum genesis.json
    
      # 4aa13da5eb4b9705ae8a7c3e09d1c36b92d08247dad2a6ed1844d031fcfe296c  genesis.json

    or alternatively, from the config/ directory:

      cd $HOME/.evmosd/config
      echo "<expected_hash>  genesis.json" | sha256sum -c

Step-by-Step

These are abbreviated version of the instructions linked above.

  1. Move the genesis file into your config:

    cp -f genesis.json $HOME/.evmosd/config
  2. BACK UP ALL PRIVATE KEYS, YOU WILL NEED THESE FOR MAINNET

  3. Remove any previous state

    rm $HOME/.evmosd/config/addrbook.json
    evmosd tendermint unsafe-reset-all --home=$HOME/.evmosd
  4. Start the chain:

    evmosd start

Seeds & Peers

You can find seeds & peers on the seeds channel on the Evmos Discord