Change seq_poll_timeout to seq_poll_timeout_millis

somehow during Daniil's PR the polltime was changed from `ms` to `s` and this broke wallet module ui.
This commit is contained in:
Moudy 2026-02-26 23:59:44 +01:00 committed by GitHub
parent 18d9d80105
commit ff36f7f76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"override_rust_log": null,
"sequencer_addr": "http://127.0.0.1:3040",
"seq_poll_timeout": "30s",
"seq_poll_timeout_millis": 30000",
"seq_tx_poll_max_blocks": 15,
"seq_poll_max_retries": 10,
"seq_block_poll_max_amount": 100,
@ -144,4 +144,4 @@
}
],
"basic_auth": null
}
}