Skip to content

Commit f5200db

Browse files
authored
Merge pull request #624 from stas-fi/feat/crosscurve-xcrv-links
Add links for CrossCurve xCRV pool
2 parents 98f348d + d6b3de8 commit f5200db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/main/src/dex/hooks/usePoolAlert.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ const usePoolAlert = (poolAddress: string | undefined, hasVyperVulnerability: bo
206206
'0x960ea3e3c7fb317332d990873d354e18d7645590': possibleVyperExploitedAlert(), // tricrypto
207207
// avalanche
208208
'0xb755b949c126c04e0348dd881a5cf55d424742b2': atricryptoAlert(),
209+
// sonic
210+
'0x38dd6b3c096c8cbe649fa0039cc144f333be8e61': crossCurveAlert([{label: 'Mint s-tokens', url: 'https://app.crosscurve.fi/liquidity?pool=0x38dd6b3c096c8cbe649fa0039cc144f333be8e61&action=deposit&type=curve'}, {label: 'Redeem s-tokens', url: 'https://app.crosscurve.fi/liquidity?pool=0x38dd6b3c096c8cbe649fa0039cc144f333be8e61&action=withdraw&type=curve'}, {label: 'Cross-chain swap', url: 'https://app.crosscurve.fi/swap?inputChainId=7&inputToken=0x11cdb42b0eb46d95f990bedd4695a6e3fa034978&outputChainId=13&outputToken=0xd533a949740bb3306d119cc777fa900ba034cd52' }]), // CrossCurve xCRV
209211
}
210212

211213
if (poolAddress) {

0 commit comments

Comments
 (0)