cronos: add mainnet bootstrap config #28

Merged
sebastian merged 1 commits from issue-783 into main 2026-07-04 00:28:53 +00:00
Collaborator

Summary

Bootstrap and init configuration for Cronos mainnet (chain-id cronosmainnet_25-1). Adds rpc/cronos/scripts/init.sh asset to configure genesis, seeds, and app.toml settings (JSON-RPC enable, feehistory/logs/block caps, EVM gas tunables).

Verification

  • Full ./update.sh verify: clean, 521 files processed
  • Sibling byte-identity guard (haqq, tac, babylon, cosmos): pass
  • Dshackle/traefik upstream: EVM JSON-RPC 8545 (not cometbft)
  • Rpc commit: 70b8cce5afa6

(vibe-node issue #783)

## Summary Bootstrap and init configuration for Cronos mainnet (chain-id `cronosmainnet_25-1`). Adds `rpc/cronos/scripts/init.sh` asset to configure genesis, seeds, and app.toml settings (JSON-RPC enable, feehistory/logs/block caps, EVM gas tunables). ## Verification - Full `./update.sh` verify: clean, 521 files processed - Sibling byte-identity guard (haqq, tac, babylon, cosmos): pass - Dshackle/traefik upstream: EVM JSON-RPC 8545 (not cometbft) - Rpc commit: `70b8cce5afa6` (vibe-node issue #783)
claude added 1 commit 2026-07-03 22:35:31 +00:00
Read chain_id, genesis_url, seeds, and app.toml json-rpc/evm tunables from
environment (set by the generator from context.yml). Fix seed wiring to use
ct_merge_seeds instead of ct_set_persistent_peers.
sebastian merged commit 70b8cce5af into main 2026-07-04 00:28:53 +00:00
sebastian deleted branch issue-783 2026-07-04 00:28:53 +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#28