Skip to content

feat: update prices

Rémi PAILHAREY requested to merge feat/update-prices into dev

Related to ecolyo#769

What does this MR do ?

  1. Konnector now fetches gas prices from the backoffice.
  2. If prices are found, applies them directly to the data
  3. If prices are not found, keep the latest price set if any
  4. (bonus) update aggregates only if needed

How to test ?

  • Launch yarn standalone
  • Modify some data loads or prices in importedData.json and relaunch yarn standalone

You can also deploy this branch to your Alpha instance

Merge request reports