- Chain-ID:
exocoretestnet_233-6
- Launch date: 2024-10-08
- Current Exocore Version:
v1.0.5
(upgraded with genesis at height8085104
) - Current Price Feeder Version:
v0.1.9
- Launch Exocore Version:
release/v1.0.5
- Genesis File: in this repository, verify with
shasum -a 256 genesis.json
- Genesis sha256sum:
73aa3af1193a8d434752b4d81db851b02c40429a58d335deb628d2f90f945648
Endpoints are exposed as subdomains for the sentry and snapshot nodes (described below) as follows:
https://api-cosmos-rest.exocore-restaking.com
https://api-eth.exocore-restaking.com
Seed nodes:
seed1t.exocore-restaking.com
seed2t.exocore-restaking.com
You can add these in your seeds list.
5dfa2ddc4ce3535ef98470ffe108e6e12edd1955@seed2t.exocore-restaking.com:26656
4cc9c970fe52be4568942693ecfc2ee2cdb63d44@seed1t.exocore-restaking.com:26656
Run the script provided in this repo to join the provider chain:
join-release-testnet.sh
will create aexocored
service.- Script must be run either as root or from a sudoer account.
- Script will attempt to download the amd64 binary from the Exocore releases page. You can modify the
CHAIN_BINARY_URL
to match your target architecture if needed.
- By default, the script will sync from genesis block, to turn on state sync to catch up quickly to the current height, set
STATE_SYNC
totrue
.