mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 18:33:10 +00:00
17 lines
438 B
JSON
17 lines
438 B
JSON
{
|
|
"bedrock_client_config": {
|
|
"addr": "http://127.0.0.1:8080",
|
|
"auth": {
|
|
"username": "user"
|
|
}
|
|
},
|
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
|
|
"backoff": {
|
|
"max_retries": 10,
|
|
"start_delay_millis": 100
|
|
},
|
|
"resubscribe_interval_millis": 1000,
|
|
"sequencer_client_config": {
|
|
"addr": "will_be_replaced_in_runtime"
|
|
}
|
|
} |