@depay/web3-wallets-evm 16.3.0 → 16.3.1

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.
@@ -2055,7 +2055,8 @@ const supported = [
2055
2055
  wallets.PhantomEVM,
2056
2056
  wallets.Brave,
2057
2057
  wallets.Opera,
2058
- wallets.Coin98,
2058
+ wallets.Coin98EVM,
2059
+ wallets.Coin98SVM,
2059
2060
  wallets.CryptoCom,
2060
2061
  wallets.HyperPay,
2061
2062
  wallets.TokenPocket,
package/dist/esm/index.js CHANGED
@@ -2609,7 +2609,8 @@ const supported = [
2609
2609
  wallets.Rabby,
2610
2610
  wallets.Brave,
2611
2611
  wallets.Opera,
2612
- wallets.Coin98,
2612
+ wallets.Coin98EVM,
2613
+ wallets.Coin98SVM,
2613
2614
  wallets.CryptoCom,
2614
2615
  wallets.HyperPay,
2615
2616
  wallets.TokenPocket,
@@ -744,6 +744,7 @@ const supported = [
744
744
  wallets.CoinbaseSVM,
745
745
  wallets.TrustSVM,
746
746
  wallets.ExodusSVM,
747
+ wallets.Coin98SVM,
747
748
 
748
749
  // standards (not concrete wallets)
749
750
  wallets.WalletConnectV1,
@@ -2058,7 +2058,8 @@
2058
2058
  wallets.PhantomEVM,
2059
2059
  wallets.Brave,
2060
2060
  wallets.Opera,
2061
- wallets.Coin98,
2061
+ wallets.Coin98EVM,
2062
+ wallets.Coin98SVM,
2062
2063
  wallets.CryptoCom,
2063
2064
  wallets.HyperPay,
2064
2065
  wallets.TokenPocket,
package/dist/umd/index.js CHANGED
@@ -2611,7 +2611,8 @@
2611
2611
  wallets.Rabby,
2612
2612
  wallets.Brave,
2613
2613
  wallets.Opera,
2614
- wallets.Coin98,
2614
+ wallets.Coin98EVM,
2615
+ wallets.Coin98SVM,
2615
2616
  wallets.CryptoCom,
2616
2617
  wallets.HyperPay,
2617
2618
  wallets.TokenPocket,
@@ -749,6 +749,7 @@
749
749
  wallets.CoinbaseSVM,
750
750
  wallets.TrustSVM,
751
751
  wallets.ExodusSVM,
752
+ wallets.Coin98SVM,
752
753
 
753
754
  // standards (not concrete wallets)
754
755
  wallets.WalletConnectV1,
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.0",
4
+ "version": "16.3.1",
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",