Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Jan 10, 2025
1 parent 54f5f26 commit 2f39921
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/swapService/config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import {
const SUSDS_MAINNET = "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd"
const WSTUSR_MAINNET = "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055"
const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
// TEST YIELD
const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
// TEST mBASIS

const mainnetRoutingConfig: ChainRoutingConfig = [
// WRAPPERS
Expand Down Expand Up @@ -98,20 +96,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
},
// FALLBACKS

// fallback for target debt - 1inch binary search
{
strategy: StrategyBalmySDK.name(),
config: {
sourcesFilter: {
includeSources: ["1inch"],
},
},
match: {
swapperModes: [SwapperMode.TARGET_DEBT],
},
},

// then anything available through balmy, binary search overswap exact out
// Binary search overswap for target debt
{
strategy: StrategyBalmySDK.name(),
config: {
Expand Down

0 comments on commit 2f39921

Please sign in to comment.