@depay/web3-wallets-evm 16.2.13 → 16.2.14

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.
@@ -603,12 +603,22 @@ const transactionApiBlockchainNames = {
603
603
  'ethereum': 'mainnet',
604
604
  'bsc': 'bsc',
605
605
  'polygon': 'polygon',
606
+ 'arbitrum': 'arbitrum',
607
+ 'base': 'base',
608
+ 'avalanche': 'avalanche',
609
+ 'gnosis': 'gnosis-chain',
610
+ 'optimism': 'optimism',
606
611
  };
607
612
 
608
613
  const explorerBlockchainNames = {
609
614
  'ethereum': 'eth',
610
615
  'bsc': 'bnb',
611
616
  'polygon': 'matic',
617
+ 'arbitrum': 'arb1',
618
+ 'base': 'base',
619
+ 'avalanche': 'avax',
620
+ 'gnosis': 'gno',
621
+ 'optimism': 'oeth',
612
622
  };
613
623
 
614
624
  class Safe {
package/dist/esm/index.js CHANGED
@@ -1075,12 +1075,22 @@ const transactionApiBlockchainNames = {
1075
1075
  'ethereum': 'mainnet',
1076
1076
  'bsc': 'bsc',
1077
1077
  'polygon': 'polygon',
1078
+ 'arbitrum': 'arbitrum',
1079
+ 'base': 'base',
1080
+ 'avalanche': 'avalanche',
1081
+ 'gnosis': 'gnosis-chain',
1082
+ 'optimism': 'optimism',
1078
1083
  };
1079
1084
 
1080
1085
  const explorerBlockchainNames = {
1081
1086
  'ethereum': 'eth',
1082
1087
  'bsc': 'bnb',
1083
1088
  'polygon': 'matic',
1089
+ 'arbitrum': 'arb1',
1090
+ 'base': 'base',
1091
+ 'avalanche': 'avax',
1092
+ 'gnosis': 'gno',
1093
+ 'optimism': 'oeth',
1084
1094
  };
1085
1095
 
1086
1096
  class Safe {
@@ -606,12 +606,22 @@
606
606
  'ethereum': 'mainnet',
607
607
  'bsc': 'bsc',
608
608
  'polygon': 'polygon',
609
+ 'arbitrum': 'arbitrum',
610
+ 'base': 'base',
611
+ 'avalanche': 'avalanche',
612
+ 'gnosis': 'gnosis-chain',
613
+ 'optimism': 'optimism',
609
614
  };
610
615
 
611
616
  const explorerBlockchainNames = {
612
617
  'ethereum': 'eth',
613
618
  'bsc': 'bnb',
614
619
  'polygon': 'matic',
620
+ 'arbitrum': 'arb1',
621
+ 'base': 'base',
622
+ 'avalanche': 'avax',
623
+ 'gnosis': 'gno',
624
+ 'optimism': 'oeth',
615
625
  };
616
626
 
617
627
  class Safe {
package/dist/umd/index.js CHANGED
@@ -1077,12 +1077,22 @@
1077
1077
  'ethereum': 'mainnet',
1078
1078
  'bsc': 'bsc',
1079
1079
  'polygon': 'polygon',
1080
+ 'arbitrum': 'arbitrum',
1081
+ 'base': 'base',
1082
+ 'avalanche': 'avalanche',
1083
+ 'gnosis': 'gnosis-chain',
1084
+ 'optimism': 'optimism',
1080
1085
  };
1081
1086
 
1082
1087
  const explorerBlockchainNames = {
1083
1088
  'ethereum': 'eth',
1084
1089
  'bsc': 'bnb',
1085
1090
  'polygon': 'matic',
1091
+ 'arbitrum': 'arb1',
1092
+ 'base': 'base',
1093
+ 'avalanche': 'avax',
1094
+ 'gnosis': 'gno',
1095
+ 'optimism': 'oeth',
1086
1096
  };
1087
1097
 
1088
1098
  class Safe {
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.13",
4
+ "version": "16.2.14",
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",