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 {