@depay/web3-wallets-evm 16.2.4 → 16.2.5
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 -2
- package/dist/esm/index.js +4 -2
- package/dist/umd/index.evm.js +4 -2
- package/dist/umd/index.js +4 -2
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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.5",
|
|
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",
|