From 3db7c5e5c9d92c25dd480eda78ad11d75f783c47 Mon Sep 17 00:00:00 2001 From: kexley <87971154+kexleyBeefy@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:07:52 -0400 Subject: [PATCH] Add ZERO reward to Lynex Ichi --- src/api/stats/getAmmPrices.ts | 5 +++++ src/data/linea/lynexIchiPools.json | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/api/stats/getAmmPrices.ts b/src/api/stats/getAmmPrices.ts index 81adff6a3..01ff78520 100644 --- a/src/api/stats/getAmmPrices.ts +++ b/src/api/stats/getAmmPrices.ts @@ -706,6 +706,11 @@ const dexscreenerCoins: OraclePriceRequest[] = [ tokenAddress: '0x4621b7A9c75199271F773Ebd9A499dbd165c3191', chainId: 'base', }, + { + oracleId: 'lineaZERO', + tokenAddress: '0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7', + chainId: 'linea', + }, ]; /** diff --git a/src/data/linea/lynexIchiPools.json b/src/data/linea/lynexIchiPools.json index 603f1eb90..1aeb1717c 100644 --- a/src/data/linea/lynexIchiPools.json +++ b/src/data/linea/lynexIchiPools.json @@ -23,6 +23,11 @@ "oracleId": "FOXY", "address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566", "decimals": "1e18" + }, + { + "oracleId": "lineaZERO", + "address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7", + "decimals": "1e18" } ] }, @@ -50,6 +55,11 @@ "oracleId": "FOXY", "address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566", "decimals": "1e18" + }, + { + "oracleId": "lineaZERO", + "address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7", + "decimals": "1e18" } ] }, @@ -77,6 +87,11 @@ "oracleId": "FOXY", "address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566", "decimals": "1e18" + }, + { + "oracleId": "lineaZERO", + "address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7", + "decimals": "1e18" } ] }, @@ -124,6 +139,11 @@ "oracleId": "FOXY", "address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566", "decimals": "1e18" + }, + { + "oracleId": "lineaZERO", + "address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7", + "decimals": "1e18" } ] }, @@ -151,6 +171,11 @@ "oracleId": "FOXY", "address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566", "decimals": "1e18" + }, + { + "oracleId": "lineaZERO", + "address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7", + "decimals": "1e18" } ] }