Skip to content

Commit 90573d6

Browse files
Update index.js (DefiLlama#11373)
Added Rootstock (RSK) to list of chains.
1 parent f6dd351 commit 90573d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/elkfinance/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const factories = {
3131
base: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
3232
linea: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
3333
velas: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
34-
q: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4"
34+
q: "0xfbb4E52FEcc90924c79F980eb24a9794ae4aFFA4",
35+
rsk: "0x69D10bc18cd588a4B70F836A471D4e9c2Fd86092"
3536
}
3637

3738
function chainTvl(chain) {

0 commit comments

Comments
 (0)