@exodus/ethereum-lib 2.19.4 → 2.20.0

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.19.4",
3
+ "version": "2.20.0",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -28,5 +28,5 @@
28
28
  "peerDependencies": {
29
29
  "@exodus/assets": "8.0.x"
30
30
  },
31
- "gitHead": "f5f2bd5dcde6504d06ba68f01385d8215c82d224"
31
+ "gitHead": "57fae619663ea5193c733bd089c9031447f0d025"
32
32
  }
@@ -5,6 +5,7 @@ export default new FeeData(
5
5
  // https://snowtrace.io/chart/gasprice
6
6
  // https://stats.avax.network/dashboard/c-chain-activity/
7
7
  gasPrice: '225 nAVAX',
8
+ baseFeePerGas: '100 nAVAX',
8
9
  max: '1000 nAVAX',
9
10
  min: '25 nAVAX',
10
11
  fuelThreshold: '20000 nAVAX',
@@ -3,6 +3,7 @@ import { FeeData } from '@exodus/asset-lib'
3
3
  export default new FeeData(
4
4
  {
5
5
  gasPrice: '75 Gwei',
6
+ baseFeePerGas: '50 Gwei',
6
7
  max: '250 Gwei',
7
8
  min: '1 Gwei',
8
9
  fuelThreshold: '0.025 ETH',
@@ -4,6 +4,7 @@ export default new FeeData(
4
4
  {
5
5
  // https://polygonscan.com/chart/gasprice
6
6
  gasPrice: '5 Gwei',
7
+ baseFeePerGas: '100 Gwei',
7
8
  max: '300 Gwei',
8
9
  min: '40 Gwei',
9
10
  fuelThreshold: '2500000 Gwei',