@depay/web3-wallets-evm 16.3.0 → 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.evm.js +2 -1
- package/dist/esm/index.js +3 -2
- package/dist/esm/index.solana.js +2 -1
- package/dist/umd/index.evm.js +2 -1
- package/dist/umd/index.js +3 -2
- package/dist/umd/index.solana.js +2 -1
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
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.
|
|
1176
|
+
blockchains: supported$1.solana,
|
|
1177
1177
|
platform: 'svm',
|
|
1178
1178
|
};}
|
|
1179
1179
|
|
|
@@ -2609,7 +2609,8 @@ const supported = [
|
|
|
2609
2609
|
wallets.Rabby,
|
|
2610
2610
|
wallets.Brave,
|
|
2611
2611
|
wallets.Opera,
|
|
2612
|
-
wallets.
|
|
2612
|
+
wallets.Coin98EVM,
|
|
2613
|
+
wallets.Coin98SVM,
|
|
2613
2614
|
wallets.CryptoCom,
|
|
2614
2615
|
wallets.HyperPay,
|
|
2615
2616
|
wallets.TokenPocket,
|
package/dist/esm/index.solana.js
CHANGED
|
@@ -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.
|
|
684
|
+
blockchains: supported$1.solana,
|
|
685
685
|
platform: 'svm',
|
|
686
686
|
};}
|
|
687
687
|
|
|
@@ -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,
|
package/dist/umd/index.evm.js
CHANGED
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.
|
|
1178
|
+
blockchains: supported$1.solana,
|
|
1179
1179
|
platform: 'svm',
|
|
1180
1180
|
};}
|
|
1181
1181
|
|
|
@@ -2611,7 +2611,8 @@
|
|
|
2611
2611
|
wallets.Rabby,
|
|
2612
2612
|
wallets.Brave,
|
|
2613
2613
|
wallets.Opera,
|
|
2614
|
-
wallets.
|
|
2614
|
+
wallets.Coin98EVM,
|
|
2615
|
+
wallets.Coin98SVM,
|
|
2615
2616
|
wallets.CryptoCom,
|
|
2616
2617
|
wallets.HyperPay,
|
|
2617
2618
|
wallets.TokenPocket,
|
package/dist/umd/index.solana.js
CHANGED
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
static __initStatic() {this.info = {
|
|
687
687
|
name: 'Trust Wallet',
|
|
688
688
|
logo: logos.trust,
|
|
689
|
-
blockchains: supported$1.
|
|
689
|
+
blockchains: supported$1.solana,
|
|
690
690
|
platform: 'svm',
|
|
691
691
|
};}
|
|
692
692
|
|
|
@@ -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.
|
|
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",
|