@depay/web3-wallets-evm 16.3.1 → 16.3.2

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.
package/dist/esm/index.js CHANGED
@@ -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
 
package/dist/umd/index.js CHANGED
@@ -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.2",
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",