@depay/web3-wallets-evm 16.2.5 → 16.2.7

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.
@@ -1294,7 +1294,7 @@ const CONFIGURATIONS = {
1294
1294
  requiredNamespaces: {},
1295
1295
  optionalNamespaces: {
1296
1296
  eip155: {
1297
- chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
1297
+ chains: Blockchains.all.map((blockchain)=>`eip155:${blockchain.networkId}`)
1298
1298
  }
1299
1299
  },
1300
1300
  },
package/dist/esm/index.js CHANGED
@@ -1766,7 +1766,7 @@ const CONFIGURATIONS = {
1766
1766
  requiredNamespaces: {},
1767
1767
  optionalNamespaces: {
1768
1768
  eip155: {
1769
- chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains[blockchainName].networkId}`)
1769
+ chains: Blockchains.all.map((blockchain)=>`eip155:${blockchain.networkId}`)
1770
1770
  }
1771
1771
  },
1772
1772
  },
@@ -1297,7 +1297,7 @@
1297
1297
  requiredNamespaces: {},
1298
1298
  optionalNamespaces: {
1299
1299
  eip155: {
1300
- chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
1300
+ chains: Blockchains__default['default'].all.map((blockchain)=>`eip155:${blockchain.networkId}`)
1301
1301
  }
1302
1302
  },
1303
1303
  },
package/dist/umd/index.js CHANGED
@@ -1768,7 +1768,7 @@
1768
1768
  requiredNamespaces: {},
1769
1769
  optionalNamespaces: {
1770
1770
  eip155: {
1771
- chains: ['ethereum', 'polygon', 'arbitrum', 'optimism', 'base'].map((blockchainName)=>`eip155:${Blockchains__default['default'][blockchainName].networkId}`)
1771
+ chains: Blockchains__default['default'].all.map((blockchain)=>`eip155:${blockchain.networkId}`)
1772
1772
  }
1773
1773
  },
1774
1774
  },
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.5",
4
+ "version": "16.2.7",
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",