Skip to content

Commit

Permalink
add b2 markets (btc, eth) (#10064)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
ShoebillFinance authored May 1, 2024
1 parent cc657c1 commit 04a97d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/shoebillFinance-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,16 @@ module.exports = mergeExports([
cether: "0x386adCa3c7D5C90523287933B05919aFcC2883dE",
}),
},
{
bsquared: compoundExports2({
comptroller: "0x80E81348D9386Eb4d10c2A32A7458638cD3308dF",
cether: "0x8dbf84c93727c85DB09478C83a8621e765D20eC2",
}),
},
{
bsquared: compoundExports2({
comptroller: "0x9f53Cd350c3aC49cE6CE673abff647E5fe79A3CC",
}),
},

]);

0 comments on commit 04a97d8

Please sign in to comment.