@depay/web3-wallets-evm 15.12.2 → 15.12.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.
- package/dist/esm/index.evm.js +4 -4
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.solana.js +4 -4
- package/dist/umd/index.evm.js +4 -4
- package/dist/umd/index.js +4 -4
- package/dist/umd/index.solana.js +4 -4
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -43660,8 +43660,8 @@ class SolanaMobileWalletAdapter {
|
|
|
43660
43660
|
};}
|
|
43661
43661
|
|
|
43662
43662
|
constructor() {
|
|
43663
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
43664
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
43663
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
43664
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
43665
43665
|
this.blockchains = this.constructor.info.blockchains;
|
|
43666
43666
|
this.sendTransaction = (transaction)=>{
|
|
43667
43667
|
return sendTransaction({
|
|
@@ -44072,8 +44072,8 @@ class WalletConnectV1 {
|
|
|
44072
44072
|
};}
|
|
44073
44073
|
|
|
44074
44074
|
constructor() {
|
|
44075
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
44076
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
44075
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
44076
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
44077
44077
|
this.blockchains = this.constructor.info.blockchains;
|
|
44078
44078
|
this.sendTransaction = (transaction)=>{
|
|
44079
44079
|
return sendTransaction$2({
|
package/dist/esm/index.js
CHANGED
|
@@ -792,8 +792,8 @@ class SolanaMobileWalletAdapter {
|
|
|
792
792
|
};}
|
|
793
793
|
|
|
794
794
|
constructor() {
|
|
795
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
796
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
795
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
796
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
797
797
|
this.blockchains = this.constructor.info.blockchains;
|
|
798
798
|
this.sendTransaction = (transaction)=>{
|
|
799
799
|
return sendTransaction$3({
|
|
@@ -1204,8 +1204,8 @@ class WalletConnectV1 {
|
|
|
1204
1204
|
};}
|
|
1205
1205
|
|
|
1206
1206
|
constructor() {
|
|
1207
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
1208
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
1207
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
1208
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
1209
1209
|
this.blockchains = this.constructor.info.blockchains;
|
|
1210
1210
|
this.sendTransaction = (transaction)=>{
|
|
1211
1211
|
return sendTransaction$1({
|
package/dist/esm/index.solana.js
CHANGED
|
@@ -1533,8 +1533,8 @@ class SolanaMobileWalletAdapter {
|
|
|
1533
1533
|
};}
|
|
1534
1534
|
|
|
1535
1535
|
constructor() {
|
|
1536
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
1537
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
1536
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
1537
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
1538
1538
|
this.blockchains = this.constructor.info.blockchains;
|
|
1539
1539
|
this.sendTransaction = (transaction)=>{
|
|
1540
1540
|
return sendTransaction$3({
|
|
@@ -1945,8 +1945,8 @@ class WalletConnectV1 {
|
|
|
1945
1945
|
};}
|
|
1946
1946
|
|
|
1947
1947
|
constructor() {
|
|
1948
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
1949
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
1948
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
1949
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
1950
1950
|
this.blockchains = this.constructor.info.blockchains;
|
|
1951
1951
|
this.sendTransaction = (transaction)=>{
|
|
1952
1952
|
return sendTransaction$1({
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -43664,8 +43664,8 @@
|
|
|
43664
43664
|
};}
|
|
43665
43665
|
|
|
43666
43666
|
constructor() {
|
|
43667
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
43668
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
43667
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
43668
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
43669
43669
|
this.blockchains = this.constructor.info.blockchains;
|
|
43670
43670
|
this.sendTransaction = (transaction)=>{
|
|
43671
43671
|
return sendTransaction({
|
|
@@ -44076,8 +44076,8 @@
|
|
|
44076
44076
|
};}
|
|
44077
44077
|
|
|
44078
44078
|
constructor() {
|
|
44079
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
44080
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
44079
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
44080
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
44081
44081
|
this.blockchains = this.constructor.info.blockchains;
|
|
44082
44082
|
this.sendTransaction = (transaction)=>{
|
|
44083
44083
|
return sendTransaction$2({
|
package/dist/umd/index.js
CHANGED
|
@@ -795,8 +795,8 @@
|
|
|
795
795
|
};}
|
|
796
796
|
|
|
797
797
|
constructor() {
|
|
798
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
799
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
798
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
799
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
800
800
|
this.blockchains = this.constructor.info.blockchains;
|
|
801
801
|
this.sendTransaction = (transaction)=>{
|
|
802
802
|
return sendTransaction$3({
|
|
@@ -1207,8 +1207,8 @@
|
|
|
1207
1207
|
};}
|
|
1208
1208
|
|
|
1209
1209
|
constructor() {
|
|
1210
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
1211
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
1210
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
1211
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
1212
1212
|
this.blockchains = this.constructor.info.blockchains;
|
|
1213
1213
|
this.sendTransaction = (transaction)=>{
|
|
1214
1214
|
return sendTransaction$1({
|
package/dist/umd/index.solana.js
CHANGED
|
@@ -1536,8 +1536,8 @@
|
|
|
1536
1536
|
};}
|
|
1537
1537
|
|
|
1538
1538
|
constructor() {
|
|
1539
|
-
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] !=
|
|
1540
|
-
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] !=
|
|
1539
|
+
this.name = (localStorage[KEY$1+'_name'] && localStorage[KEY$1+'_name'] != undefined) ? localStorage[KEY$1+'_name'] : this.constructor.info.name;
|
|
1540
|
+
this.logo = (localStorage[KEY$1+'_logo'] && localStorage[KEY$1+'_logo'] != undefined) ? localStorage[KEY$1+'_logo'] : this.constructor.info.logo;
|
|
1541
1541
|
this.blockchains = this.constructor.info.blockchains;
|
|
1542
1542
|
this.sendTransaction = (transaction)=>{
|
|
1543
1543
|
return sendTransaction$3({
|
|
@@ -1948,8 +1948,8 @@
|
|
|
1948
1948
|
};}
|
|
1949
1949
|
|
|
1950
1950
|
constructor() {
|
|
1951
|
-
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] !=
|
|
1952
|
-
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] !=
|
|
1951
|
+
this.name = (localStorage[KEY+'_name'] && localStorage[KEY+'_name'] != undefined) ? localStorage[KEY+'_name'] : this.constructor.info.name;
|
|
1952
|
+
this.logo = (localStorage[KEY+'_logo'] && localStorage[KEY+'_logo'] != undefined) ? localStorage[KEY+'_logo'] : this.constructor.info.logo;
|
|
1953
1953
|
this.blockchains = this.constructor.info.blockchains;
|
|
1954
1954
|
this.sendTransaction = (transaction)=>{
|
|
1955
1955
|
return sendTransaction$1({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/web3-wallets-evm",
|
|
3
3
|
"moduleName": "Web3Wallets",
|
|
4
|
-
"version": "15.12.
|
|
4
|
+
"version": "15.12.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",
|