From 5be1eac2280bc1d0833a5ec74bc9eac6db07c76d Mon Sep 17 00:00:00 2001 From: Shoebill Finance <118880028+ShoebillFinance@users.noreply.github.com> Date: Thu, 9 May 2024 04:26:13 +0000 Subject: [PATCH 1/3] add bob-stable market --- projects/shoebillFinance-v2/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/shoebillFinance-v2/index.js b/projects/shoebillFinance-v2/index.js index bd4d3d92eb76..3625ca5c7d25 100644 --- a/projects/shoebillFinance-v2/index.js +++ b/projects/shoebillFinance-v2/index.js @@ -64,5 +64,10 @@ module.exports = mergeExports([ comptroller: "0xB7ed6c062caAaCb1A13f317E0A751289280FC306", }), }, + { + bob: compoundExports2({ + comptroller: "0x1e514767F5cFe1ddE599dd39a79666E3BeEAaf7d", + }), + }, ]); From 9721b429b5b8e4cbda88a7821e2f7aaa0d91f4a5 Mon Sep 17 00:00:00 2001 From: Shoebill Finance <118880028+ShoebillFinance@users.noreply.github.com> Date: Thu, 30 May 2024 10:48:16 +0000 Subject: [PATCH 2/3] update kroma chain --- projects/shoebillFinance-v2/index.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/projects/shoebillFinance-v2/index.js b/projects/shoebillFinance-v2/index.js index 3625ca5c7d25..a411d75fabf8 100644 --- a/projects/shoebillFinance-v2/index.js +++ b/projects/shoebillFinance-v2/index.js @@ -68,6 +68,12 @@ module.exports = mergeExports([ bob: compoundExports2({ comptroller: "0x1e514767F5cFe1ddE599dd39a79666E3BeEAaf7d", }), - }, - + }, + { + kroma: compoundExports2({ + comptroller: "0x9f53Cd350c3aC49cE6CE673abff647E5fe79A3CC", + cether: "0xD13bE8b716b18265e294831FCb1330d170840BB3", + }), + }, + ]); From 9db90968ce6f64b76a8883d27ec670e6f234a2e4 Mon Sep 17 00:00:00 2001 From: Shoebill Finance <118880028+ShoebillFinance@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:32:00 +0000 Subject: [PATCH 3/3] update zklink-eth, fuse-fuse market --- projects/shoebillFinance-v2/index.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/projects/shoebillFinance-v2/index.js b/projects/shoebillFinance-v2/index.js index a411d75fabf8..720f27cd0e8f 100644 --- a/projects/shoebillFinance-v2/index.js +++ b/projects/shoebillFinance-v2/index.js @@ -75,5 +75,16 @@ module.exports = mergeExports([ cether: "0xD13bE8b716b18265e294831FCb1330d170840BB3", }), }, - + { + fuse: compoundExports2({ + comptroller: "0x9f53Cd350c3aC49cE6CE673abff647E5fe79A3CC", + cether: "0xD13bE8b716b18265e294831FCb1330d170840BB3", + }), + }, + { + zklink: compoundExports2({ + comptroller: "0x89e348e0ab4D83aEDbf1354004552822a805a12e", + cether: "0x4dA697a89ea1D166881362b56E6863294820eC97", + }), + }, ]);