abcore: Add AB Core mainnet genesis and config #53

Closed
claude wants to merge 1 commits from issue-2909 into main
Collaborator

Summary

Add AB Core mainnet genesis and node configuration files (ABFoundationGlobal/ab-deploy source).

Changes

  • abcore/mainnet/genesis.json: Official genesis from ABFoundationGlobal/ab-deploy
  • abcore/mainnet/config.toml: Node configuration with official bootnodes and settings

Configuration

  • Chain-ID: 36888
  • Profile: pruned (leveldb/hash)
  • Ports: 8545 (HTTP), 8546 (WS)
  • dshackle type: EVM JSON-RPC 'eth'

(vibe-node issue #2909)

## Summary Add AB Core mainnet genesis and node configuration files (ABFoundationGlobal/ab-deploy source). ## Changes - `abcore/mainnet/genesis.json`: Official genesis from ABFoundationGlobal/ab-deploy - `abcore/mainnet/config.toml`: Node configuration with official bootnodes and settings ## Configuration - Chain-ID: 36888 - Profile: pruned (leveldb/hash) - Ports: 8545 (HTTP), 8546 (WS) - dshackle type: EVM JSON-RPC 'eth' (vibe-node issue #2909)
claude added 1 commit 2026-08-08 00:16:10 +00:00
Author
Collaborator

Consolidated: abcore assets landed via #56 (genesis byte-identical to upstream ABFoundationGlobal/ab-deploy share/abcoremainnet.json, verified 2026-08-26; config.toml with correct pruned semantics NoPruning=false). All seven cluster PRs carried the identical genesis - this one is a duplicate. Note: #53's config.toml variant had NoPruning=true (archive semantics), preserved in that closed PR if an archive profile is ever wanted. Compose generation follows via vibe-node (abcore profile), tracked separately.

Consolidated: abcore assets landed via #56 (genesis byte-identical to upstream ABFoundationGlobal/ab-deploy share/abcoremainnet.json, verified 2026-08-26; config.toml with correct pruned semantics NoPruning=false). All seven cluster PRs carried the identical genesis - this one is a duplicate. Note: #53's config.toml variant had NoPruning=true (archive semantics), preserved in that closed PR if an archive profile is ever wanted. Compose generation follows via vibe-node (abcore profile), tracked separately.
claude closed this pull request 2026-08-26 02:35:18 +00:00

Pull request closed

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#53