From d9eec6f17ced4562329d1dcf4206c0d731775583 Mon Sep 17 00:00:00 2001 From: "nature.xie" Date: Mon, 23 Oct 2023 16:23:10 +0800 Subject: [PATCH] add test code --- utils/wallet-selector-compat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wallet-selector-compat.ts b/utils/wallet-selector-compat.ts index 24319700..91b4622b 100644 --- a/utils/wallet-selector-compat.ts +++ b/utils/wallet-selector-compat.ts @@ -74,7 +74,7 @@ export const getWalletSelector = async ({ onAccountChange }: GetWalletSelectorAr selector = await setupWalletSelector({ modules: [ myNearWallet, - setupSender(), + setupSender() as any, setupNearWallet(), setupMeteorWallet(), walletConnect,