mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
chore(configs): archival event capture on the dev stack
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user