From 8e05dcd773cd92d2ccdd0b7db667cb6e7f0a78da Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:25:56 +0300 Subject: [PATCH 1/3] feat: add new icons --- public/tokens/cbbtc.svg | 5 +++ public/tokens/hemicbwbtc.svg | 15 +++++++ .../tokens/wmoostakedaowbtc-cbbtc-hemibtc.svg | 42 +++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 public/tokens/cbbtc.svg create mode 100644 public/tokens/hemicbwbtc.svg create mode 100644 public/tokens/wmoostakedaowbtc-cbbtc-hemibtc.svg diff --git a/public/tokens/cbbtc.svg b/public/tokens/cbbtc.svg new file mode 100644 index 0000000..f91088b --- /dev/null +++ b/public/tokens/cbbtc.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/tokens/hemicbwbtc.svg b/public/tokens/hemicbwbtc.svg new file mode 100644 index 0000000..9a8179b --- /dev/null +++ b/public/tokens/hemicbwbtc.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/tokens/wmoostakedaowbtc-cbbtc-hemibtc.svg b/public/tokens/wmoostakedaowbtc-cbbtc-hemibtc.svg new file mode 100644 index 0000000..cfa0df9 --- /dev/null +++ b/public/tokens/wmoostakedaowbtc-cbbtc-hemibtc.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 18168fc7d5985fde88af0b101a17e11512d79842 Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:39:13 +0300 Subject: [PATCH 2/3] feat: add btc strategy --- src/strategies/index.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/strategies/index.ts b/src/strategies/index.ts index f2f0810..2a0842d 100644 --- a/src/strategies/index.ts +++ b/src/strategies/index.ts @@ -29,6 +29,21 @@ export const STRATEGIES_LIST: Array = [ "0x6b343f7b797f1488aa48c49d540690f2b2c89751": true, }, }, + { + name: "Beefy WBTC/cbBTC/hemiBTC", + id: "wmooStakeDaoWBTC-cbBTC-hemiBTC", + tokenOutAddress: "0x924d24c238db7ecae2aa3a19430239ed684bde4a", + strategyType: ["btc"], + chainId: 1, + network: "Mainnet", + creditManagers: ["0xfC896a605Da98F3DF6da47BeB29cb59Ae382351d"], + additionalCollaterals: [ + "0x06ea695b91700071b161a434fed42d1dcbad9f00", + "0x66039342c66760874047c36943b1e2d8300363bb", + "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf", + ], + }, { name: "Avant savUSD", id: "savUSD", From c549f9c6c898a425b4edf44d1eafdc5a7da7e749 Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:45:07 +0300 Subject: [PATCH 3/3] feat: add btc pool --- src/pools/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pools/index.ts b/src/pools/index.ts index fbb34fc..bd30a4a 100644 --- a/src/pools/index.ts +++ b/src/pools/index.ts @@ -17,6 +17,14 @@ export const POOLS_LIST: Array = [ curator: "Edge UltraYield", poolType: ["stable"], }, + { + name: "Gami Labs WBTC", + address: "0x683FAf5BAFd88d4c383cCaf3d61C26AF2E164409", + chainId: 1, + network: "Mainnet", + curator: "Gami Labs", + poolType: ["btc"], + }, { name: "Tulipa MON", address: "0x09ca6b76276ec0682adb896418b99cb7e44a58a0",