From b2fc051cbbd32a219f1193819c5eae0bded33ef8 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 14 May 2026 22:42:45 +0300 Subject: [PATCH] 14.05.2026 rip --- src/features/wallet/api/walletApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/wallet/api/walletApi.ts b/src/features/wallet/api/walletApi.ts index 58034e8..ae9015e 100644 --- a/src/features/wallet/api/walletApi.ts +++ b/src/features/wallet/api/walletApi.ts @@ -194,7 +194,7 @@ export async function getRelayQuote(payload: RelayQuotePayload): Promise { - await walletPost('/wallet/create', {}) + await walletPost('/wallets/create', {}) } export async function revealMnemonic(): Promise {