@depay/web3-wallets-evm 17.2.2 → 17.4.0

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.
@@ -772,7 +772,7 @@
772
772
  ExodusSVM,
773
773
  Coin98SVM,
774
774
 
775
- // standards (not concrete wallets)
775
+ // standards
776
776
  WindowSolana,
777
777
  SolanaMobileWalletAdapter,
778
778
  };
@@ -833,7 +833,7 @@
833
833
  wallets.ExodusSVM,
834
834
  wallets.Coin98SVM,
835
835
 
836
- // standards (not concrete wallets)
836
+ // standards
837
837
  wallets.WalletConnectV2,
838
838
  wallets.SolanaMobileWalletAdapter,
839
839
  wallets.WalletLink,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "17.2.2",
4
+ "version": "17.4.0",
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",
@@ -26,8 +26,9 @@
26
26
  "peerDependencies": {
27
27
  "@depay/coinbase-wallet-sdk": "^3.8.4",
28
28
  "@depay/walletconnect-v2": "^2.12.2",
29
- "@depay/web3-blockchains": "^9.4.4",
30
- "@depay/web3-client-evm": "^10.18.10",
29
+ "@depay/web3-blockchains": "^9.6.1",
30
+ "@depay/web3-client-evm": "^10.19.0",
31
+ "@depay/worldcoin-precompiled": "^0.0.32",
31
32
  "ethers": "^5.7.1"
32
33
  },
33
34
  "engines": {