Skip to content

Commit 7c88691

Browse files
authored
add sonic to uniswap v3 (DefiLlama#12947)
Co-authored-by: abs3ntdev <[email protected]>
1 parent 1adb270 commit 7c88691

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

projects/helper/coreAssets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,8 @@
20832083
"wS": "0x039e2fb66102314ce7b64ce5ce3e5183bc94ad38",
20842084
"WS_1": "0x832497895f05100e53f42dfa8fc758b4866b183a",
20852085
"USDC.e": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
2086-
"WETH": "0x309C92261178fA0CF748A855e90Ae73FDb79EBc7"
2086+
"WETH": "0x309C92261178fA0CF748A855e90Ae73FDb79EBc7",
2087+
"STS": "0xe5da20f15420ad15de0fa650600afc998bbe3955"
20872088
},
20882089
"vinu": {
20892090
"USDT": "0xC0264277fcCa5FCfabd41a8bC01c1FcAF8383E41",
@@ -2113,4 +2114,4 @@
21132114
"WVANA": "0x00eddd9621fb08436d0331c149d1690909a5906d",
21142115
"USDC.e": "0xf1815bd50389c46847f0bda824ec8da914045d14"
21152116
}
2116-
}
2117+
}

projects/uniswap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = {
9393
lisk: { factory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9", fromBlock: 577168 },
9494
wc: { factory: "0x7a5028BDa40e7B173C278C5342087826455ea25a", fromBlock: 1603366 },
9595
corn: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 10878 },
96+
sonic: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 322744},
9697
}),
9798
filecoin: { tvl: filecoinTvl },
9899
}

0 commit comments

Comments
 (0)