@depay/web3-wallets-evm 16.0.7 → 16.0.8
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 +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.solana.js +2 -2
- package/dist/umd/index.evm.js +2 -2
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.solana.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -44614,7 +44614,7 @@ const CONFIGURATIONS = {
|
|
|
44614
44614
|
],
|
|
44615
44615
|
requiredNamespaces: {
|
|
44616
44616
|
eip155: {
|
|
44617
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
44617
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
44618
44618
|
}
|
|
44619
44619
|
},
|
|
44620
44620
|
optionalNamespaces: {},
|
|
@@ -44629,7 +44629,7 @@ const CONFIGURATIONS = {
|
|
|
44629
44629
|
],
|
|
44630
44630
|
requiredNamespaces: {
|
|
44631
44631
|
eip155: {
|
|
44632
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
44632
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
44633
44633
|
}
|
|
44634
44634
|
},
|
|
44635
44635
|
optionalNamespaces: {},
|
package/dist/esm/index.js
CHANGED
|
@@ -1651,7 +1651,7 @@ const CONFIGURATIONS = {
|
|
|
1651
1651
|
],
|
|
1652
1652
|
requiredNamespaces: {
|
|
1653
1653
|
eip155: {
|
|
1654
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
1654
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
1657
|
optionalNamespaces: {},
|
|
@@ -1666,7 +1666,7 @@ const CONFIGURATIONS = {
|
|
|
1666
1666
|
],
|
|
1667
1667
|
requiredNamespaces: {
|
|
1668
1668
|
eip155: {
|
|
1669
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
1669
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
1670
1670
|
}
|
|
1671
1671
|
},
|
|
1672
1672
|
optionalNamespaces: {},
|
package/dist/esm/index.solana.js
CHANGED
|
@@ -2487,7 +2487,7 @@ const CONFIGURATIONS = {
|
|
|
2487
2487
|
],
|
|
2488
2488
|
requiredNamespaces: {
|
|
2489
2489
|
eip155: {
|
|
2490
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
2490
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
2491
2491
|
}
|
|
2492
2492
|
},
|
|
2493
2493
|
optionalNamespaces: {},
|
|
@@ -2502,7 +2502,7 @@ const CONFIGURATIONS = {
|
|
|
2502
2502
|
],
|
|
2503
2503
|
requiredNamespaces: {
|
|
2504
2504
|
eip155: {
|
|
2505
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
2505
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
|
|
2506
2506
|
}
|
|
2507
2507
|
},
|
|
2508
2508
|
optionalNamespaces: {},
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -44617,7 +44617,7 @@
|
|
|
44617
44617
|
],
|
|
44618
44618
|
requiredNamespaces: {
|
|
44619
44619
|
eip155: {
|
|
44620
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
44620
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
44621
44621
|
}
|
|
44622
44622
|
},
|
|
44623
44623
|
optionalNamespaces: {},
|
|
@@ -44632,7 +44632,7 @@
|
|
|
44632
44632
|
],
|
|
44633
44633
|
requiredNamespaces: {
|
|
44634
44634
|
eip155: {
|
|
44635
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
44635
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
44636
44636
|
}
|
|
44637
44637
|
},
|
|
44638
44638
|
optionalNamespaces: {},
|
package/dist/umd/index.js
CHANGED
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
],
|
|
1654
1654
|
requiredNamespaces: {
|
|
1655
1655
|
eip155: {
|
|
1656
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
1656
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
1657
1657
|
}
|
|
1658
1658
|
},
|
|
1659
1659
|
optionalNamespaces: {},
|
|
@@ -1668,7 +1668,7 @@
|
|
|
1668
1668
|
],
|
|
1669
1669
|
requiredNamespaces: {
|
|
1670
1670
|
eip155: {
|
|
1671
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
1671
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
1672
1672
|
}
|
|
1673
1673
|
},
|
|
1674
1674
|
optionalNamespaces: {},
|
package/dist/umd/index.solana.js
CHANGED
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
],
|
|
2490
2490
|
requiredNamespaces: {
|
|
2491
2491
|
eip155: {
|
|
2492
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
2492
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
2493
2493
|
}
|
|
2494
2494
|
},
|
|
2495
2495
|
optionalNamespaces: {},
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
],
|
|
2505
2505
|
requiredNamespaces: {
|
|
2506
2506
|
eip155: {
|
|
2507
|
-
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'
|
|
2507
|
+
chains: ['ethereum', 'bsc', 'polygon', 'arbitrum'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
|
|
2508
2508
|
}
|
|
2509
2509
|
},
|
|
2510
2510
|
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.0.
|
|
4
|
+
"version": "16.0.8",
|
|
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",
|