Testnet

Nomic Testnet v8.1 has been released, upgrade your nodes now!

NOTE: this testnet spawns a new network (nomic-testnet-6), with a fresh state. You'll need to declare your validator as detailed here: Validating

This version comes with new features such as:

# from `nomic` directory
git pull
git checkout v8.1.0
cargo install --path . --locked --bin nomic

# relaunch node:
nomic start --network testnet

# make sure to declare yourself as a validator, this is a new network!

# relaunch signer:
nomic signer --network testnet

If desired, you can run an Ethereum relayer to help test it.

nomic relay-ethereum --private-key <hex_privkey> --eth-rpc-url <sepolia_rpc_url>

Make sure your private key has a Sepolia ETH balance in order to pay for gas fees. You can find RPC providers here: https://chainlist.org/chain/11155111

Thanks for keeping your nodes running. Stay tuned, there will be more upgrades in the near future.

Last updated