Skip to content

Commit

Permalink
Update index.js (#11373)
Browse files Browse the repository at this point in the history
Added Rootstock (RSK) to list of chains.
  • Loading branch information
LtSnakePlissken authored Aug 21, 2024
1 parent f6dd351 commit 90573d6
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 90573d6

Please sign in to comment.