@exodus/ethereum-lib 4.2.2 → 4.2.3

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": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -44,5 +44,5 @@
44
44
  "ms": "^2.1.1",
45
45
  "reselect": "~3.0.1"
46
46
  },
47
- "gitHead": "2ed589d85c4eff1a4b41d1d161c8dd0b1a0c3150"
47
+ "gitHead": "932d009fbd44833d111c7b73142f62e671623ab3"
48
48
  }
@@ -1,12 +1,13 @@
1
1
  import { FeeData } from '@exodus/asset-lib'
2
2
  import { asset } from '@exodus/cronos-meta'
3
3
 
4
+ // https://cronoscan.com/chart/gasprice
4
5
  export default new FeeData({
5
6
  config: {
6
- gasPrice: '5100 Gwei',
7
- max: '5700 Gwei',
8
- min: '4700 Gwei',
9
- fuelThreshold: '4800 Gwei',
7
+ gasPrice: '11250 Gwei',
8
+ max: '250000 Gwei',
9
+ min: '10000 Gwei',
10
+ fuelThreshold: '10000 Gwei',
10
11
  gasPriceEconomicalRate: 0.8,
11
12
  gasPriceMinimumRate: 0.6,
12
13
  enableFeeDelegation: false,