From b265f102a10c0cfe8cc0cba0df34717b57377b9a Mon Sep 17 00:00:00 2001 From: mmjee Date: Wed, 10 Jan 2024 15:48:34 +0530 Subject: [PATCH] Don't automatically load in Solana chunks --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5966ed5..d9c37d6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -396,7 +396,8 @@ class AuthProvider { appInfo.logo.dark_vertical || appInfo.logo.light_vertical this.appConfig = { name: appInfo.name, - chainType: ChainType.solana_cv25519, + // chainType: ChainType.solana_cv25519, + chainType: ChainType.evm_secp256k1, themeConfig: { assets: { logo: {