Skip to content

Commit

Permalink
Add ZERO reward to Lynex Ichi
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Jul 22, 2024
1 parent cbb1a61 commit 3db7c5e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/stats/getAmmPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,11 @@ const dexscreenerCoins: OraclePriceRequest[] = [
tokenAddress: '0x4621b7A9c75199271F773Ebd9A499dbd165c3191',
chainId: 'base',
},
{
oracleId: 'lineaZERO',
tokenAddress: '0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7',
chainId: 'linea',
},
];

/**
Expand Down
25 changes: 25 additions & 0 deletions src/data/linea/lynexIchiPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"oracleId": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"decimals": "1e18"
},
{
"oracleId": "lineaZERO",
"address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
"decimals": "1e18"
}
]
},
Expand Down Expand Up @@ -50,6 +55,11 @@
"oracleId": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"decimals": "1e18"
},
{
"oracleId": "lineaZERO",
"address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
"decimals": "1e18"
}
]
},
Expand Down Expand Up @@ -77,6 +87,11 @@
"oracleId": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"decimals": "1e18"
},
{
"oracleId": "lineaZERO",
"address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
"decimals": "1e18"
}
]
},
Expand Down Expand Up @@ -124,6 +139,11 @@
"oracleId": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"decimals": "1e18"
},
{
"oracleId": "lineaZERO",
"address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
"decimals": "1e18"
}
]
},
Expand Down Expand Up @@ -151,6 +171,11 @@
"oracleId": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"decimals": "1e18"
},
{
"oracleId": "lineaZERO",
"address": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
"decimals": "1e18"
}
]
}
Expand Down

0 comments on commit 3db7c5e

Please sign in to comment.