File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 99} from "../strategies"
1010
1111const ELIXIR_USDT_VAULT = "0x3799251bD81925cfcCF2992F10Af27A4e62Bf3F7"
12+ const TELOSC_MSUSD_VAULT_PLASMA = "0xF90Cf999dE728A582e154F926876b70e93a747B7"
13+ const TELOSC_PLUSD_VAULT_PLASMA = "0x27934d4879fc28a74703726eDae15F757E45A48a"
1214const SDEUSD_PLASMA = "0x7884A8457f0E63e82C89A87fE48E8Ba8223DB069"
1315
1416const 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments