Merge pull request 'tac/tacchaind: add Polkachu seeds and statesync RPC config' (#26) from issue-734 into main

Reviewed-on: #26
This commit was merged in pull request #26.
This commit is contained in:
2026-07-02 23:40:43 +00:00

View File

@@ -8,7 +8,7 @@ HOME_DIR="/root/.tacchaind"
CONFIG_DIR="$HOME_DIR/config"
CHAIN_ID="${CHAIN_ID:-tacchain_239-1}"
GENESIS_URL="${GENESIS_URL:-https://raw.githubusercontent.com/TacBuild/tacchain/refs/heads/main/networks/tacchain_239-1/genesis.json}"
STATESYNC_RPC="${STATESYNC_RPC:-https://tendermint.rpc.tac.build}"
STATESYNC_RPC="${STATESYNC_RPC:-https://tacchain-rpc.polkachu.com:443}"
MIN_GAS="${MIN_GAS:-25000000000utac}"
API="${API:-eth,net,web3,txpool,debug}"
MONIKER="${MONIKER:-rpc-node}"