@depay/web3-wallets-evm 16.3.2 → 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
 
@@ -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
 
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.2",
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",