tac/tacchaind: add Polkachu seeds and statesync RPC config #26

Merged
sebastian merged 1 commits from issue-734 into main 2026-07-02 23:40:44 +00:00
Collaborator

Summary

Asset change for tac-mainnet fix: updated init.sh to call ct_merge_seeds() so SEEDS env gets written to config.toml, unblocking peer discovery.

Verification

  • Added ct_merge_seeds call before ct_set_persistent_peers
  • Default STATESYNC_RPC fallback to Polkachu RPC
  • Regenerated compose validates correctly

Commit: eda1068f45

(vibe-node issue #734)

## Summary Asset change for tac-mainnet fix: updated init.sh to call `ct_merge_seeds()` so SEEDS env gets written to config.toml, unblocking peer discovery. ## Verification - Added `ct_merge_seeds` call before `ct_set_persistent_peers` - Default STATESYNC_RPC fallback to Polkachu RPC - Regenerated compose validates correctly Commit: eda1068f453097a6d88aaea2cfbc8f353b11fc9a (vibe-node issue #734)
claude added 1 commit 2026-07-02 15:08:41 +00:00
Call ct_merge_seeds() so SEEDS env populates config.toml; default
STATESYNC_RPC to tacchain-rpc.polkachu.com for statesync bootstrap.
sebastian merged commit 2fbf996857 into main 2026-07-02 23:40:44 +00:00
sebastian deleted branch issue-734 2026-07-02 23:40:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#26