@depay/web3-wallets-evm 16.3.1 → 16.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -582,7 +582,7 @@ class PhantomEVM extends WindowEthereum {
582
582
  static __initStatic() {this.info = {
583
583
  name: 'Phantom',
584
584
  logo: logos.phantom,
585
- blockchains: supported$1.evm,
585
+ blockchains: ['ethereum', 'polygon'],
586
586
  platform: 'evm',
587
587
  };}
588
588
 
package/dist/esm/index.js CHANGED
@@ -912,7 +912,7 @@ class PhantomEVM extends WindowEthereum {
912
912
  static __initStatic() {this.info = {
913
913
  name: 'Phantom',
914
914
  logo: logos.phantom,
915
- blockchains: supported$1.evm,
915
+ blockchains: ['ethereum', 'polygon'],
916
916
  platform: 'evm',
917
917
  };}
918
918
 
@@ -1173,7 +1173,7 @@ class TrustSVM extends WindowSolana {
1173
1173
  static __initStatic() {this.info = {
1174
1174
  name: 'Trust Wallet',
1175
1175
  logo: logos.trust,
1176
- blockchains: supported$1.svm,
1176
+ blockchains: supported$1.solana,
1177
1177
  platform: 'svm',
1178
1178
  };}
1179
1179
 
@@ -681,7 +681,7 @@ class TrustSVM extends WindowSolana {
681
681
  static __initStatic() {this.info = {
682
682
  name: 'Trust Wallet',
683
683
  logo: logos.trust,
684
- blockchains: supported$1.svm,
684
+ blockchains: supported$1.solana,
685
685
  platform: 'svm',
686
686
  };}
687
687
 
@@ -585,7 +585,7 @@
585
585
  static __initStatic() {this.info = {
586
586
  name: 'Phantom',
587
587
  logo: logos.phantom,
588
- blockchains: supported$1.evm,
588
+ blockchains: ['ethereum', 'polygon'],
589
589
  platform: 'evm',
590
590
  };}
591
591
 
package/dist/umd/index.js CHANGED
@@ -914,7 +914,7 @@
914
914
  static __initStatic() {this.info = {
915
915
  name: 'Phantom',
916
916
  logo: logos.phantom,
917
- blockchains: supported$1.evm,
917
+ blockchains: ['ethereum', 'polygon'],
918
918
  platform: 'evm',
919
919
  };}
920
920
 
@@ -1175,7 +1175,7 @@
1175
1175
  static __initStatic() {this.info = {
1176
1176
  name: 'Trust Wallet',
1177
1177
  logo: logos.trust,
1178
- blockchains: supported$1.svm,
1178
+ blockchains: supported$1.solana,
1179
1179
  platform: 'svm',
1180
1180
  };}
1181
1181
 
@@ -686,7 +686,7 @@
686
686
  static __initStatic() {this.info = {
687
687
  name: 'Trust Wallet',
688
688
  logo: logos.trust,
689
- blockchains: supported$1.svm,
689
+ blockchains: supported$1.solana,
690
690
  platform: 'svm',
691
691
  };}
692
692
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "16.3.1",
4
+ "version": "16.3.3",
5
5
  "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
6
6
  "main": "dist/umd/index.evm.js",
7
7
  "module": "dist/esm/index.evm.js",