From 2aeca27f2391d10703e6b3ba716da9c6e7bd364d Mon Sep 17 00:00:00 2001
From: Pierre Ecarlat <pecarlat@grandlyon.com>
Date: Wed, 4 Dec 2024 15:24:44 +0100
Subject: [PATCH] feat: last price update

---
 src/constants/config.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/constants/config.json b/src/constants/config.json
index 3ef9da6cd..e829c8c89 100644
--- a/src/constants/config.json
+++ b/src/constants/config.json
@@ -3,7 +3,7 @@
     {
       "fluidTypeId": 0,
       "name": "enedis",
-      "coefficient": 0.174,
+      "coefficient": 0.2516,
       "startDate": "2021-08-01T00:00:00.000",
       "dataDelayOffset": 3,
       "konnectorConfig": {
@@ -17,7 +17,7 @@
     {
       "fluidTypeId": 1,
       "name": "egl",
-      "coefficient": 0.00319,
+      "coefficient": 0.00349,
       "startDate": "2021-01-01T00:00:00.000",
       "dataDelayOffset": 5,
       "konnectorConfig": {
@@ -31,7 +31,7 @@
     {
       "fluidTypeId": 2,
       "name": "grdf",
-      "coefficient": 0.1121,
+      "coefficient": 0.14941,
       "startDate": "2021-10-01T00:00:00.000",
       "dataDelayOffset": 5,
       "konnectorConfig": {
-- 
GitLab