From b654f5e333695c8aa1e684360943b9d5de715120 Mon Sep 17 00:00:00 2001 From: Shinji Date: Mon, 25 Nov 2024 10:48:20 +0000 Subject: [PATCH] fix: remove unnecessary check --- wallets/provider-all/src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wallets/provider-all/src/index.ts b/wallets/provider-all/src/index.ts index 75980ba7d..f0c107e21 100644 --- a/wallets/provider-all/src/index.ts +++ b/wallets/provider-all/src/index.ts @@ -85,10 +85,6 @@ export const allProviders = (options?: Options) => { ) { if (!!options?.tonConnect?.manifestUrl) { mytonwallet.init(options.tonConnect); - } else { - throw new Error( - 'TON Connect has been included in your providers. Passing a Manifest URL is required. Make sure you are passing "manifestUrl".' - ); } }