@depay/web3-wallets-evm 16.2.3 → 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 +19 -2
- package/dist/esm/index.js +19 -2
- package/dist/umd/index.evm.js +19 -2
- package/dist/umd/index.js +19 -2
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -1284,6 +1284,21 @@ const CONFIGURATIONS = {
|
|
|
1284
1284
|
optionalNamespaces: {},
|
|
1285
1285
|
},
|
|
1286
1286
|
|
|
1287
|
+
"Ledger Live": {
|
|
1288
|
+
methods: [
|
|
1289
|
+
"eth_sendTransaction",
|
|
1290
|
+
"personal_sign",
|
|
1291
|
+
"eth_signTypedData",
|
|
1292
|
+
"eth_signTypedData_v4",
|
|
1293
|
+
],
|
|
1294
|
+
requiredNamespaces: {},
|
|
1295
|
+
optionalNamespaces: {
|
|
1296
|
+
eip155: {
|
|
1297
|
+
chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
},
|
|
1301
|
+
|
|
1287
1302
|
"Enjin Wallet": {
|
|
1288
1303
|
methods: [
|
|
1289
1304
|
"eth_sendTransaction",
|
|
@@ -1336,8 +1351,10 @@ const getWalletConnectV2Config = (walletName)=>{
|
|
|
1336
1351
|
chains: [`eip155:1`],
|
|
1337
1352
|
};
|
|
1338
1353
|
}
|
|
1339
|
-
requiredNamespaces['eip155']
|
|
1340
|
-
|
|
1354
|
+
if(requiredNamespaces['eip155']) {
|
|
1355
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1356
|
+
requiredNamespaces['eip155'].events = events;
|
|
1357
|
+
}
|
|
1341
1358
|
|
|
1342
1359
|
let optionalNamespaces = {};
|
|
1343
1360
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/esm/index.js
CHANGED
|
@@ -1756,6 +1756,21 @@ const CONFIGURATIONS = {
|
|
|
1756
1756
|
optionalNamespaces: {},
|
|
1757
1757
|
},
|
|
1758
1758
|
|
|
1759
|
+
"Ledger Live": {
|
|
1760
|
+
methods: [
|
|
1761
|
+
"eth_sendTransaction",
|
|
1762
|
+
"personal_sign",
|
|
1763
|
+
"eth_signTypedData",
|
|
1764
|
+
"eth_signTypedData_v4",
|
|
1765
|
+
],
|
|
1766
|
+
requiredNamespaces: {},
|
|
1767
|
+
optionalNamespaces: {
|
|
1768
|
+
eip155: {
|
|
1769
|
+
chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
},
|
|
1773
|
+
|
|
1759
1774
|
"Enjin Wallet": {
|
|
1760
1775
|
methods: [
|
|
1761
1776
|
"eth_sendTransaction",
|
|
@@ -1808,8 +1823,10 @@ const getWalletConnectV2Config = (walletName)=>{
|
|
|
1808
1823
|
chains: [`eip155:1`],
|
|
1809
1824
|
};
|
|
1810
1825
|
}
|
|
1811
|
-
requiredNamespaces['eip155']
|
|
1812
|
-
|
|
1826
|
+
if(requiredNamespaces['eip155']) {
|
|
1827
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1828
|
+
requiredNamespaces['eip155'].events = events;
|
|
1829
|
+
}
|
|
1813
1830
|
|
|
1814
1831
|
let optionalNamespaces = {};
|
|
1815
1832
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -1287,6 +1287,21 @@
|
|
|
1287
1287
|
optionalNamespaces: {},
|
|
1288
1288
|
},
|
|
1289
1289
|
|
|
1290
|
+
"Ledger Live": {
|
|
1291
|
+
methods: [
|
|
1292
|
+
"eth_sendTransaction",
|
|
1293
|
+
"personal_sign",
|
|
1294
|
+
"eth_signTypedData",
|
|
1295
|
+
"eth_signTypedData_v4",
|
|
1296
|
+
],
|
|
1297
|
+
requiredNamespaces: {},
|
|
1298
|
+
optionalNamespaces: {
|
|
1299
|
+
eip155: {
|
|
1300
|
+
chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
},
|
|
1304
|
+
|
|
1290
1305
|
"Enjin Wallet": {
|
|
1291
1306
|
methods: [
|
|
1292
1307
|
"eth_sendTransaction",
|
|
@@ -1339,8 +1354,10 @@
|
|
|
1339
1354
|
chains: [`eip155:1`],
|
|
1340
1355
|
};
|
|
1341
1356
|
}
|
|
1342
|
-
requiredNamespaces['eip155']
|
|
1343
|
-
|
|
1357
|
+
if(requiredNamespaces['eip155']) {
|
|
1358
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1359
|
+
requiredNamespaces['eip155'].events = events;
|
|
1360
|
+
}
|
|
1344
1361
|
|
|
1345
1362
|
let optionalNamespaces = {};
|
|
1346
1363
|
if(_optionalChain$2([CONFIGURATIONS, 'access', _7 => _7[walletName], 'optionalAccess', _8 => _8.optionalNamespaces])) {
|
package/dist/umd/index.js
CHANGED
|
@@ -1758,6 +1758,21 @@
|
|
|
1758
1758
|
optionalNamespaces: {},
|
|
1759
1759
|
},
|
|
1760
1760
|
|
|
1761
|
+
"Ledger Live": {
|
|
1762
|
+
methods: [
|
|
1763
|
+
"eth_sendTransaction",
|
|
1764
|
+
"personal_sign",
|
|
1765
|
+
"eth_signTypedData",
|
|
1766
|
+
"eth_signTypedData_v4",
|
|
1767
|
+
],
|
|
1768
|
+
requiredNamespaces: {},
|
|
1769
|
+
optionalNamespaces: {
|
|
1770
|
+
eip155: {
|
|
1771
|
+
chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
|
|
1761
1776
|
"Enjin Wallet": {
|
|
1762
1777
|
methods: [
|
|
1763
1778
|
"eth_sendTransaction",
|
|
@@ -1810,8 +1825,10 @@
|
|
|
1810
1825
|
chains: [`eip155:1`],
|
|
1811
1826
|
};
|
|
1812
1827
|
}
|
|
1813
|
-
requiredNamespaces['eip155']
|
|
1814
|
-
|
|
1828
|
+
if(requiredNamespaces['eip155']) {
|
|
1829
|
+
requiredNamespaces['eip155'].methods = methods;
|
|
1830
|
+
requiredNamespaces['eip155'].events = events;
|
|
1831
|
+
}
|
|
1815
1832
|
|
|
1816
1833
|
let optionalNamespaces = {};
|
|
1817
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",
|