tac: add tacchaind pruned compose for mainnet and spb

Source-build Dockerfile (tacchain v1.6.0), init script with statesync via
cometbft-common.sh, EVM RPC/WS on 8545/8546, and dshackle slugs tac/tac-spb.
This commit is contained in:
2026-07-02 11:25:25 +00:00
parent 8629ed3e0c
commit aab46a52b6
6 changed files with 580 additions and 0 deletions

View File

@@ -8463,6 +8463,36 @@
"starknet-sepolia-pathfinder-pruned"
]
},
{
"chain": "mainnet",
"client": "tacchaind",
"compose_file": "tac/tacchaind/tac-mainnet-tacchaind-pruned",
"features": [],
"network": "tac",
"node": "config",
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"tac-mainnet-tacchaind-pruned",
"tac-mainnet-tacchaind-pruned_config"
]
},
{
"chain": "spb",
"client": "tacchaind",
"compose_file": "tac/tacchaind/tac-spb-tacchaind-pruned",
"features": [],
"network": "tac",
"node": "config",
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"tac-spb-tacchaind-pruned",
"tac-spb-tacchaind-pruned_config"
]
},
{
"chain": "alethia",
"client": "geth",