abcore: Add AB Core mainnet genesis and config #53
Reference in New Issue
Block a user
Delete Branch "issue-2909"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add AB Core mainnet genesis and node configuration files (ABFoundationGlobal/ab-deploy source).
Changes
abcore/mainnet/genesis.json: Official genesis from ABFoundationGlobal/ab-deployabcore/mainnet/config.toml: Node configuration with official bootnodes and settingsConfiguration
(vibe-node issue #2909)
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.
Pull request closed