From 04a97d87b691ddd0549dc47d280c39ee9159a8b6 Mon Sep 17 00:00:00 2001 From: Shoebill Finance <118880028+ShoebillFinance@users.noreply.github.com> Date: Wed, 1 May 2024 17:40:27 +0900 Subject: [PATCH] add b2 markets (btc, eth) (#10064) * add wemixChain * add manta-eth market * add manta stable market * fix mergeExport * add manta chain manta market * add mode eth market * add metis network metis market * add b2 markets (btc, eth) --- projects/shoebillFinance-v2/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/projects/shoebillFinance-v2/index.js b/projects/shoebillFinance-v2/index.js index fb78313086bb..b51e313affc1 100644 --- a/projects/shoebillFinance-v2/index.js +++ b/projects/shoebillFinance-v2/index.js @@ -42,5 +42,16 @@ module.exports = mergeExports([ cether: "0x386adCa3c7D5C90523287933B05919aFcC2883dE", }), }, + { + bsquared: compoundExports2({ + comptroller: "0x80E81348D9386Eb4d10c2A32A7458638cD3308dF", + cether: "0x8dbf84c93727c85DB09478C83a8621e765D20eC2", + }), + }, + { + bsquared: compoundExports2({ + comptroller: "0x9f53Cd350c3aC49cE6CE673abff647E5fe79A3CC", + }), + }, ]);