Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.74 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.74 KB

Exocore Release Testnet

Testnet Details

  • Chain-ID: exocoretestnet_233-6
  • Launch date: 2024-10-08
  • Current Exocore Version: v1.0.5 (upgraded with genesis at height 8085104)
  • 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

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:

  1. seed1t.exocore-restaking.com
  2. seed2t.exocore-restaking.com

Seeds

You can add these in your seeds list.

5dfa2ddc4ce3535ef98470ffe108e6e12edd1955@seed2t.exocore-restaking.com:26656
4cc9c970fe52be4568942693ecfc2ee2cdb63d44@seed1t.exocore-restaking.com:26656

Block Explorers

Bash Script

Run the script provided in this repo to join the provider chain:

  • join-release-testnet.sh will create a exocored 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.

State Sync Option

  • 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 to true.