From c3e8dd404015b78e4ecc00602a3e5e2a40248ffd Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Tue, 14 Jul 2026 16:43:46 +0300 Subject: [PATCH] fix(wallet): updated wallet config --- lez/wallet/configs/debug/wallet_config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lez/wallet/configs/debug/wallet_config.json b/lez/wallet/configs/debug/wallet_config.json index 926ee298..995007fe 100644 --- a/lez/wallet/configs/debug/wallet_config.json +++ b/lez/wallet/configs/debug/wallet_config.json @@ -1,5 +1,7 @@ { - "sequencer_addr": "http://127.0.0.1:3040", + "sequencers_conn_data": [{ + "sequencer_addr": "http://127.0.0.1:3040" + }], "seq_poll_timeout": "30s", "seq_tx_poll_max_blocks": 15, "seq_poll_max_retries": 10,