Skip to content

Commit cab96a4

Browse files
committed
update config
1 parent 588aa3a commit cab96a4

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/swapService/config/sonic.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
99
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
1010
const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
1111
const SCUSD_SONIC = "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE"
12+
const LSTRZR_SONIC = "0x67A298e5B65dB2b4616E05C3b455E017275f53cB"
13+
1214
const sonicConfig: ChainRoutingConfig = [
1315
// WRAPPERS
1416
{
@@ -18,6 +20,12 @@ const sonicConfig: ChainRoutingConfig = [
1820
swapperModes: [SwapperMode.EXACT_IN],
1921
},
2022
},
23+
{
24+
strategy: StrategyERC4626Wrapper.name(),
25+
match: {
26+
tokensInOrOut: [LSTRZR_SONIC],
27+
},
28+
},
2129
{
2230
strategy: StrategyBalmySDK.name(),
2331
config: {

src/swapService/strategies/strategyERC4626Wrapper.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ const defaultConfig: {
182182
asset: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
183183
assetDustEVault: "0x9D3010d32F2b0541dEE280Fb7cD98326e042CA20",
184184
},
185+
{
186+
chainId: 146,
187+
protocol: "lstRZR",
188+
vault: "0x67A298e5B65dB2b4616E05C3b455E017275f53cB",
189+
asset: "0xb4444468e444f89e1c2CAc2F1D3ee7e336cBD1f5",
190+
assetDustEVault: "0x8B3779350Ac93eab1bEa44F96167580C1Ae6e846",
191+
},
185192
],
186193
}
187194

tokenLists/tokenList_146.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,23 @@
312312
"decimals": 18,
313313
"logoURI": "/tokens/146/wmetaS.png",
314314
"meta": {}
315+
},
316+
{
317+
"addressInfo": "0xb4444468e444f89e1c2CAc2F1D3ee7e336cBD1f5",
318+
"chainId": 146,
319+
"name": "RZR",
320+
"symbol": "RZR",
321+
"decimals": 18,
322+
"logoURI": "/tokens/146/wmetaS.png",
323+
"meta": {}
324+
},
325+
{
326+
"addressInfo": "0x67A298e5B65dB2b4616E05C3b455E017275f53cB",
327+
"chainId": 146,
328+
"name": "lstRZR",
329+
"symbol": "lstRZR",
330+
"decimals": 18,
331+
"logoURI": "/tokens/146/wmetaS.png",
332+
"meta": {}
315333
}
316334
]

0 commit comments

Comments
 (0)