mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
97d268c8ee
* Remove use of ethgassthat; use metaswap /gasPrices api for gas price estimates * Remove references to ethgasstation * Pass base to BigNumber constructor in fetchExternalBasicGasEstimates * Update ui/app/hooks/useTokenTracker.js Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com> * Delete gas price chart * Remove price chart css import * Delete additional fee chart code * Lint fix * Delete more code no longer used after ethgasstation removal Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
18 lines
238 B
JSON
18 lines
238 B
JSON
{
|
|
"gasPricesBasic": {
|
|
"average": 85,
|
|
"fast": 200,
|
|
"safeLow": 80
|
|
},
|
|
"metametrics": {
|
|
"mockMetaMetricsResponse": true
|
|
},
|
|
"swaps": {
|
|
"featureFlag": {
|
|
"status": {
|
|
"active": true
|
|
}
|
|
}
|
|
}
|
|
}
|