# Dendra testnet - PUBLIC NETWORK INFO. Each joiner pastes this into deploy/testnet-node/.env. CHAIN_ID=dendra GENESIS_URL=http://api.dendranetwork.com:8088/genesis.json GENESIS_SHA256=e528f4d30d6ef10a2722fc376af834479e47fe6c4691ecbe15ab2dba8911c10f SEEDS=db93a5a34142b16e32f5a8e5dd1934e6e5d265ef@api.dendranetwork.com:26656 PERSISTENT_PEERS=db93a5a34142b16e32f5a8e5dd1934e6e5d265ef@api.dendranetwork.com:26656 DENDRA_NODE=tcp://api.dendranetwork.com:26657 DENDRA_RELAY=http://api.dendranetwork.com:8645 FAUCET=http://api.dendranetwork.com:4500 # --- state-sync: speeds up the synchronization of a new node (it starts from a snapshot instead of # replaying the whole chain). On a chain RESTARTED FROM ZERO these 3 values may stay EMPTY: replaying # from genesis is safe, the history having been produced by a single binary. They become MANDATORY the # day the history carries a consensus-breaking change - without them the joiner replays, reaches the # height of the change, and PANICS. STATESYNC_RPC= STATESYNC_TRUST_HEIGHT= STATESYNC_TRUST_HASH=