@depay/web3-wallets-evm 16.2.3 → 16.2.4
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 +15 -0
- package/dist/esm/index.js +15 -0
- package/dist/umd/index.evm.js +15 -0
- package/dist/umd/index.js +15 -0
- 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",
|
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",
|
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",
|
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",
|
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.4",
|
|
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",
|