chore(configs): archival event capture on the dev stack

This commit is contained in:
Artem Gureev
2026-08-23 06:00:57 +00:00
parent ce16bec798
commit cf8c446f04
3 changed files with 6 additions and 3 deletions
@@ -4,5 +4,6 @@
"addr": "http://logos-blockchain-node-0:18080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"allow_chain_reset": true
"allow_chain_reset": true,
"event_filter": "archival"
}
@@ -4,5 +4,6 @@
"addr": "http://localhost:18080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"allow_chain_reset": true
"allow_chain_reset": true,
"event_filter": "archival"
}
@@ -4,5 +4,6 @@
"addr": "http://host.docker.internal:18080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"allow_chain_reset": true
"allow_chain_reset": true,
"event_filter": "archival"
}