Skip to content

Commit

Permalink
Adding Nibiru to ERIS (#11718)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xphilipp authored Sep 23, 2024
1 parent 8ec1310 commit 926717a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/eris-protocol/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ const config = {
coinGeckoId: "chihuahua-token",
hub: "chihuahua1nktfhalzvtx82kyn4dh6l8htcl0prfpnu380a39zj52nzu3j467qqg23ry",
},
nibiru: {
coinGeckoId: "nibiru",
hub: "nibi1udqqx30cw8nwjxtl4l28ym9hhrp933zlq8dqxfjzcdhvl8y24zcqpzmh8m",
},
};

let assetDecimals = {
Expand Down Expand Up @@ -399,7 +403,7 @@ async function productsTvl(chain) {

module.exports = {
timetravel: false,
methodology: "Liquid Staking and Arbitrage Protocol",
methodology: "Liquid Staking and Arbitrage Protocol",
terra2: { tvl: () => productsTvl("terra2") },
terra: { tvl: () => productsTvl("terra") },
kujira: { tvl: () => productsTvl("kujira") },
Expand All @@ -411,4 +415,5 @@ module.exports = {
chihuahua: { tvl: () => productsTvl("chihuahua") },
archway: { tvl: () => productsTvl("archway") },
sei: { tvl: () => productsTvl("sei") },
nibiru: { tvl: () => productsTvl("nibiru") },
};

0 comments on commit 926717a

Please sign in to comment.