Add abcore mainnet node profile (chain-id 36888)

- Add abcore.Dockerfile for geth-fork binary download from ABFoundationGlobal/abcore
- Add scripts/init.sh for geth initialization with genesis.json and config.toml
- Add generated compose file abcore-mainnet-geth-pruned-pebble-path.yml
- Update compose_registry.json with new entry

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-08-26 02:44:57 +00:00
parent 20511cd247
commit bedd7a32aa
4 changed files with 219 additions and 0 deletions

View File

@@ -1,4 +1,22 @@
[
{
"chain": "mainnet",
"client": "geth",
"compose_file": "abcore/geth/abcore-mainnet-geth-pruned-pebble-path",
"drpc_chain": "abcore",
"features": [
"path",
"pebble"
],
"network": "abcore",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"abcore-mainnet-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "external-node",