avalanche: fix fuji profile naming to use firewood db (remove pebbledb/leveldb profiles)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-08-29 05:43:20 +00:00
parent 7b667fe049
commit b578bd8514
6 changed files with 71 additions and 411 deletions

View File

@@ -1123,13 +1123,30 @@
"avalanche-fuji-go-archive-leveldb"
]
},
{
"chain": "fuji",
"client": "go",
"compose_file": "avalanche/go/avalanche-fuji-go-pruned-firewood",
"drpc_chain": "avalanche-fuji",
"features": [
"firewood"
],
"network": "avalanche",
"node": null,
"relay": null,
"stack": null,
"type": "pruned",
"volumes": [
"avalanche-fuji-go-pruned-firewood"
]
},
{
"chain": "fuji",
"client": "go",
"compose_file": "avalanche/go/avalanche-fuji-go-pruned-leveldb",
"drpc_chain": "avalanche-fuji",
"features": [
"leveldb"
"firewood"
],
"network": "avalanche",
"node": null,
@@ -1146,7 +1163,7 @@
"compose_file": "avalanche/go/avalanche-fuji-go-pruned-pebbledb",
"drpc_chain": "avalanche-fuji",
"features": [
"leveldb"
"firewood"
],
"network": "avalanche",
"node": null,