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

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/LICENSE.md ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-lib",
3
- "version": "3.3.33-alpha.1",
3
+ "version": "3.3.33",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -43,5 +43,6 @@
43
43
  "lodash": "^4.17.15",
44
44
  "ms": "^2.1.1",
45
45
  "reselect": "~3.0.1"
46
- }
46
+ },
47
+ "gitHead": "a3f47ac29169f74502d0889f1cf867416fdce821"
47
48
  }
@@ -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',
133
132
  ]
134
133
 
135
134
  export const isRpcBalanceAsset = (asset) =>
136
135
  [
137
136
  'bsc',
138
137
  'matic',
138
+ 'babydoge_bsc',
139
139
  'ousd_ethereum_48fcf72d',
140
140
  'steth',
141
141
  'weth',