Skip to content

Commit 18168fc

Browse files
authored
feat: add btc strategy
1 parent 8e05dcd commit 18168fc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/strategies/index.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2929
"0x6b343f7b797f1488aa48c49d540690f2b2c89751": true,
3030
},
3131
},
32+
{
33+
name: "Beefy WBTC/cbBTC/hemiBTC",
34+
id: "wmooStakeDaoWBTC-cbBTC-hemiBTC",
35+
tokenOutAddress: "0x924d24c238db7ecae2aa3a19430239ed684bde4a",
36+
strategyType: ["btc"],
37+
chainId: 1,
38+
network: "Mainnet",
39+
creditManagers: ["0xfC896a605Da98F3DF6da47BeB29cb59Ae382351d"],
40+
additionalCollaterals: [
41+
"0x06ea695b91700071b161a434fed42d1dcbad9f00",
42+
"0x66039342c66760874047c36943b1e2d8300363bb",
43+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
44+
"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
45+
],
46+
},
3247
{
3348
name: "Avant savUSD",
3449
id: "savUSD",

0 commit comments

Comments
 (0)