kite: add mainnet go-pruned-leveldb compose and subnet-evm config

Add KiteAI Avalanche subnet mainnet node using gokite-chain image with
stock entrypoint, AVAGO_* env configuration, and pruned leveldb chain config.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 09:39:00 +00:00
parent 658ba6151e
commit 9accd794c1
3 changed files with 139 additions and 0 deletions

View File

@@ -3367,6 +3367,22 @@
"immutable-zkevm-testnet-geth-pruned-pebble-path"
]
},
{
"chain": "mainnet",
"client": "go",
"compose_file": "kite/go/kite-mainnet-go-pruned-leveldb",
"features": [
"leveldb"
],
"network": "kite",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"kite-mainnet-go-pruned-leveldb"
]
},
{
"chain": "mainnet",
"client": "external-node",