Skip to content

Commit 845f565

Browse files
committed
update config
1 parent e28a0c1 commit 845f565

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

src/swapService/config/plasma.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import {
99
} from "../strategies"
1010

1111
const ELIXIR_USDT_VAULT = "0x3799251bD81925cfcCF2992F10Af27A4e62Bf3F7"
12+
const TELOSC_MSUSD_VAULT_PLASMA = "0xF90Cf999dE728A582e154F926876b70e93a747B7"
13+
const TELOSC_PLUSD_VAULT_PLASMA = "0x27934d4879fc28a74703726eDae15F757E45A48a"
1214
const SDEUSD_PLASMA = "0x7884A8457f0E63e82C89A87fE48E8Ba8223DB069"
1315

1416
const plasmaRoutingConfig: ChainRoutingConfig = [
@@ -23,7 +25,11 @@ const plasmaRoutingConfig: ChainRoutingConfig = [
2325
{
2426
strategy: StrategyRedirectDepositWrapper.name(),
2527
match: {
26-
repayVaults: [ELIXIR_USDT_VAULT],
28+
repayVaults: [
29+
ELIXIR_USDT_VAULT,
30+
TELOSC_MSUSD_VAULT_PLASMA,
31+
TELOSC_PLUSD_VAULT_PLASMA,
32+
],
2733
},
2834
},
2935
{

src/swapService/strategies/strategyRedirectDepositWrapper.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ const defaultConfig: {
4747
asset: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
4848
assetDustEVault: "0x9F562699511351bA3d0cf3d0DF1502e776517ef3",
4949
},
50+
{
51+
chainId: 9745,
52+
vault: "0xF90Cf999dE728A582e154F926876b70e93a747B7",
53+
asset: "0x29AD7fE4516909b9e498B5a65339e54791293234",
54+
assetDustEVault: "0xee9f40cAdf545EcCFEAA55f5AEC9ccd12c17D00C",
55+
},
56+
{
57+
chainId: 9745,
58+
vault: "0x27934d4879fc28a74703726eDae15F757E45A48a",
59+
asset: "0xf91c31299E998C5127Bc5F11e4a657FC0cF358CD",
60+
assetDustEVault: "0x27975E0b4E14506c2794Aace29E63F52a0a4f3C8",
61+
},
5062
],
5163
}
5264

0 commit comments

Comments
 (0)