@depay/web3-wallets-evm 16.2.4 → 16.2.6
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 +5 -3
- package/dist/esm/index.js +5 -3
- package/dist/umd/index.evm.js +5 -3
- package/dist/umd/index.js +5 -3
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -1294,7 +1294,7 @@ const CONFIGURATIONS = {
|
|
|
1294
1294
|
requiredNamespaces: {},
|
|
1295
1295
|
optionalNamespaces: {
|
|
1296
1296
|
eip155: {
|
|
1297
|
-
chains:
|
|
1297
|
+
chains: Blockchains.map((blockchain)=>`eip155:${blockchain.networkId}`)
|
|
1298
1298
|
}
|
|
1299
1299
|
},
|
|
1300
1300
|
},
|
|
@@ -1351,8 +1351,10 @@ const getWalletConnectV2Config = (walletName)=>{
|
|
|
1351
1351
|
chains: [`eip155:1`],
|
|
1352
1352
|
};
|
|
1353
1353
|
}
|
|
1354
|
-
requiredNamespaces['eip155']
|
|
1355
|
-
|
|
1354
|
+
if(requiredNamespaces['eip155']) {
|
|
1355
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1356
|
+
requiredNamespaces['eip155'].events = events;
|
|
1357
|
+
}
|
|
1356
1358
|
|
|
1357
1359
|
let optionalNamespaces = {};
|
|
1358
1360
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/esm/index.js
CHANGED
|
@@ -1766,7 +1766,7 @@ const CONFIGURATIONS = {
|
|
|
1766
1766
|
requiredNamespaces: {},
|
|
1767
1767
|
optionalNamespaces: {
|
|
1768
1768
|
eip155: {
|
|
1769
|
-
chains:
|
|
1769
|
+
chains: Blockchains.map((blockchain)=>`eip155:${blockchain.networkId}`)
|
|
1770
1770
|
}
|
|
1771
1771
|
},
|
|
1772
1772
|
},
|
|
@@ -1823,8 +1823,10 @@ const getWalletConnectV2Config = (walletName)=>{
|
|
|
1823
1823
|
chains: [`eip155:1`],
|
|
1824
1824
|
};
|
|
1825
1825
|
}
|
|
1826
|
-
requiredNamespaces['eip155']
|
|
1827
|
-
|
|
1826
|
+
if(requiredNamespaces['eip155']) {
|
|
1827
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1828
|
+
requiredNamespaces['eip155'].events = events;
|
|
1829
|
+
}
|
|
1828
1830
|
|
|
1829
1831
|
let optionalNamespaces = {};
|
|
1830
1832
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
requiredNamespaces: {},
|
|
1298
1298
|
optionalNamespaces: {
|
|
1299
1299
|
eip155: {
|
|
1300
|
-
chains: ['
|
|
1300
|
+
chains: Blockchains__default['default'].map((blockchain)=>`eip155:${blockchain.networkId}`)
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
1303
|
},
|
|
@@ -1354,8 +1354,10 @@
|
|
|
1354
1354
|
chains: [`eip155:1`],
|
|
1355
1355
|
};
|
|
1356
1356
|
}
|
|
1357
|
-
requiredNamespaces['eip155']
|
|
1358
|
-
|
|
1357
|
+
if(requiredNamespaces['eip155']) {
|
|
1358
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1359
|
+
requiredNamespaces['eip155'].events = events;
|
|
1360
|
+
}
|
|
1359
1361
|
|
|
1360
1362
|
let optionalNamespaces = {};
|
|
1361
1363
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/umd/index.js
CHANGED
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
requiredNamespaces: {},
|
|
1769
1769
|
optionalNamespaces: {
|
|
1770
1770
|
eip155: {
|
|
1771
|
-
chains: ['
|
|
1771
|
+
chains: Blockchains__default['default'].map((blockchain)=>`eip155:${blockchain.networkId}`)
|
|
1772
1772
|
}
|
|
1773
1773
|
},
|
|
1774
1774
|
},
|
|
@@ -1825,8 +1825,10 @@
|
|
|
1825
1825
|
chains: [`eip155:1`],
|
|
1826
1826
|
};
|
|
1827
1827
|
}
|
|
1828
|
-
requiredNamespaces['eip155']
|
|
1829
|
-
|
|
1828
|
+
if(requiredNamespaces['eip155']) {
|
|
1829
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1830
|
+
requiredNamespaces['eip155'].events = events;
|
|
1831
|
+
}
|
|
1830
1832
|
|
|
1831
1833
|
let optionalNamespaces = {};
|
|
1832
1834
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/web3-wallets-evm",
|
|
3
3
|
"moduleName": "Web3Wallets",
|
|
4
|
-
"version": "16.2.
|
|
4
|
+
"version": "16.2.6",
|
|
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",
|