Skip to content

Commit d51622e

Browse files
committed
update config
1 parent b71f429 commit d51622e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/swapService/config/sonic.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
const WSTKSCUSD_SONIC = "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206"
88
const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
99
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
10+
const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
1011

1112
const sonicConfig: ChainRoutingConfig = [
1213
// WRAPPERS
@@ -18,6 +19,12 @@ const sonicConfig: ChainRoutingConfig = [
1819
},
1920
},
2021
// DEFAULTS
22+
{
23+
strategy: StrategyERC4626Wrapper.name(),
24+
match: {
25+
tokensInOrOut: [YUSD_SONIC],
26+
},
27+
},
2128
{
2229
strategy: StrategyBalmySDK.name(),
2330
config: {

src/swapService/strategies/strategyERC4626Wrapper.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ const defaultConfig: {
8484
asset: "0xb1e25689D55734FD3ffFc939c4C3Eb52DFf8A794",
8585
assetDustEVault: "0x1E1482E7Bc32cD085d7aF61F29019Ba372B63277",
8686
},
87+
{
88+
chainId: 146,
89+
protocol: "yUSD",
90+
vault: "0x4772D2e014F9fC3a820C444e3313968e9a5C8121",
91+
asset: "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
92+
assetDustEVault: "0x4de31E9d79AFb2d1C3Eb62F19F6eDF9aFe95A193",
93+
},
8794
{
8895
chainId: 1,
8996
protocol: "sUSDS",

0 commit comments

Comments
 (0)