File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/swapService/strategies Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import { runPipeline } from "../runner"
1717import type { StrategyResult , SwapParams } from "../types"
1818import {
1919 SWAPPER_HANDLER_GENERIC ,
20- adjustForInterest ,
2120 buildApiResponseSwap ,
2221 buildApiResponseVerifyDebtMax ,
2322 buildApiResponseVerifySkimMin ,
@@ -123,6 +122,16 @@ const defaultConfig: Config = {
123122 paymentTokenSweepVault : "0xb93d4928f39fbcd6c89a7dfbf0a867e6344561be" , // eUSDC-1 escrow
124123 priceOne : 100000000n ,
125124 } ,
125+ mevBTC : {
126+ tokenContract : "0xb64C014307622eB15046C66fF71D04258F5963DC" ,
127+ redemptionInstantFeeBps : 50n ,
128+ depositorContract : "0xA6d60A71844bc134f4303F5E40169D817b491E37" ,
129+ redeemerContract : "0x2d7d5b1706653796602617350571B3F8999B950c" ,
130+ oracleContract : "0xffd462e0602Dd9FF3F038fd4e77a533f8c474b65" ,
131+ paymentToken : "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" , // WBTC
132+ paymentTokenSweepVault : "0x598513C77236Bd5821CCC7bc3E3a585F3FeC9fb1" , // eWBTC-1 escrow
133+ priceOne : 100000000n ,
134+ } ,
126135 } ,
127136
128137 [ base . id ] : {
You can’t perform that action at this time.
0 commit comments