We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c940e0 commit d6731e2Copy full SHA for d6731e2
projects/Guru/index.js
@@ -14,7 +14,8 @@ const tvlGuru = {
14
"bsc": "0xD600Ec98cf6418c50EE051ACE53219D95AeAa134",
15
"arbitrum": "0xFAB311FE3E3be4bB3fEd77257EE294Fb22Fa888b",
16
"avax": "0xFAB311FE3E3be4bB3fEd77257EE294Fb22Fa888b",
17
- "polygon" : "0x18C7AD880A07D363f2d034a8523ae34b8068845a"
+ "polygon" : "0x18C7AD880A07D363f2d034a8523ae34b8068845a",
18
+ "sonic" : "0x52ce715Ca439A031fC3cc103f08A378BaD18546B"
19
}
20
21
module.exports = {
@@ -30,4 +31,4 @@ Object.entries(tvlGuru).forEach(([chain, target]) => {
30
31
32
})
33
-module.exports.echelon.tvl = () => ({})
34
+module.exports.echelon.tvl = () => ({})
0 commit comments