@exodus/ethereum-lib 3.3.32 → 3.3.33-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-lib",
3
- "version": "3.3.32",
3
+ "version": "3.3.33-alpha.1",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -18,11 +18,11 @@
18
18
  "@exodus/assets": "^8.0.84",
19
19
  "@exodus/aurora-meta": "^1.0.3",
20
20
  "@exodus/avalanchec-meta": "^1.0.4",
21
- "@exodus/basemainnet-meta": "^1.0.2",
21
+ "@exodus/basemainnet-meta": "^1.0.3",
22
22
  "@exodus/basic-utils": "^0.7.0",
23
23
  "@exodus/bip32": "^1.1.2",
24
24
  "@exodus/bsc-meta": "^1.0.14",
25
- "@exodus/cronos-meta": "^1.0.3",
25
+ "@exodus/cronos-meta": "^1.0.4",
26
26
  "@exodus/ethereum-meta": "^1.0.30",
27
27
  "@exodus/ethereumarbnova-meta": "^1.0.2",
28
28
  "@exodus/ethereumarbone-meta": "^1.1.4",
@@ -43,6 +43,5 @@
43
43
  "lodash": "^4.17.15",
44
44
  "ms": "^2.1.1",
45
45
  "reselect": "~3.0.1"
46
- },
47
- "gitHead": "3bda147deb846bf356029d43654cee5bb4f78254"
46
+ }
48
47
  }
package/src/constants.js CHANGED
@@ -92,8 +92,8 @@ const CHAIN_DATA = {
92
92
  tokenType: 'AURORA_ERC20',
93
93
  },
94
94
  basemainnet: {
95
- chainId: 84531,
96
- serverUrl: 'https://base-goerli-qn.a.exodus.io',
95
+ chainId: 8453,
96
+ serverUrl: 'https://base-qn.a.exodus.io',
97
97
  confirmationsNumber: 30,
98
98
  monitorType: 'no-history',
99
99
  tokenType: 'BASE_ERC20',
@@ -129,13 +129,13 @@ const customTokensWithRpcBalance = [
129
129
  'feg_ethereum_ef42acf0',
130
130
  'feg_bsc_48812e49',
131
131
  'opt2_matic_2bb66719',
132
+ 'babydoge_bsc_ee74eb55',
132
133
  ]
133
134
 
134
135
  export const isRpcBalanceAsset = (asset) =>
135
136
  [
136
137
  'bsc',
137
138
  'matic',
138
- 'babydoge_bsc',
139
139
  'ousd_ethereum_48fcf72d',
140
140
  'steth',
141
141
  'weth',
package/LICENSE.md DELETED
File without changes