From 2511a468946521f602a3cad8a1583250ed83d0f6 Mon Sep 17 00:00:00 2001 From: silvicir <127971996+silvicir@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:42:14 +0200 Subject: [PATCH] fix --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 629d3a104..f4a55b777 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1174,8 +1174,8 @@ export const IO_WALLET_API_BASE_PATH = getRequiredENVVar( ); export const IO_WALLET_API_CLIENT = IoWalletAPIClient( IO_WALLET_API_KEY, - IO_WALLET_API_URL, IO_WALLET_API_BASE_PATH, + IO_WALLET_API_URL, httpOrHttpsApiFetch ); export const FF_IO_WALLET_ENABLED = process.env.FF_IO_WALLET_ENABLED === "1";