Skip to content

Commit d6731e2

Browse files
authored
Add Sonic chain to Guru adapter (DefiLlama#15375)
1 parent 9c940e0 commit d6731e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/Guru/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const tvlGuru = {
1414
"bsc": "0xD600Ec98cf6418c50EE051ACE53219D95AeAa134",
1515
"arbitrum": "0xFAB311FE3E3be4bB3fEd77257EE294Fb22Fa888b",
1616
"avax": "0xFAB311FE3E3be4bB3fEd77257EE294Fb22Fa888b",
17-
"polygon" : "0x18C7AD880A07D363f2d034a8523ae34b8068845a"
17+
"polygon" : "0x18C7AD880A07D363f2d034a8523ae34b8068845a",
18+
"sonic" : "0x52ce715Ca439A031fC3cc103f08A378BaD18546B"
1819
}
1920

2021
module.exports = {
@@ -30,4 +31,4 @@ Object.entries(tvlGuru).forEach(([chain, target]) => {
3031
}
3132
})
3233

33-
module.exports.echelon.tvl = () => ({})
34+
module.exports.echelon.tvl = () => ({})

0 commit comments

Comments
 (0)