Skip to content

Commit

Permalink
Don't automatically load in Solana chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjee committed Jan 10, 2024
1 parent f22ee05 commit b265f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b265f10

Please sign in to comment.