@exodus/ethereum-lib 2.13.0 → 2.13.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": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "author": "Exodus Movement, Inc.",
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "@exodus/assets": "8.0.x"
26
26
  },
27
- "gitHead": "65e6814fcebf5a3c4f3bc0d73cb092bca455fa17"
27
+ "gitHead": "0266f50330e737c4cce09987e490a103f6cbfa8c"
28
28
  }
@@ -6,7 +6,7 @@ export default new FeeData(
6
6
  gasPrice: '400 Gwei',
7
7
  max: '700 Gwei',
8
8
  min: '100 Gwei',
9
- erc20FuelThreshold: '2500000 Gwei',
9
+ fuelThreshold: '2500000 Gwei',
10
10
  gasPriceEconomicalRate: 0.8,
11
11
  gasPriceMinimumRate: 0.6,
12
12
  },