Skip to content

Commit

Permalink
Update index.js (DefiLlama#11373)
Browse files Browse the repository at this point in the history
Added Rootstock (RSK) to list of chains.
  • Loading branch information
LtSnakePlissken authored and tlatkdgus1 committed Nov 25, 2024
1 parent d9eb187 commit 6e7e2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/elkfinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const factories = {
base: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
linea: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
velas: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
q: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4"
q: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
rsk: "0x69D10bc18cd588a4B70F836A471D4e9c2Fd86092"
}

function chainTvl(chain) {
Expand Down

0 comments on commit 6e7e2f4

Please sign in to comment.