Skip to content

Commit

Permalink
add coredao aBTC market (#10776)
Browse files Browse the repository at this point in the history
  • Loading branch information
libaice authored Jun 26, 2024
1 parent 80b38c1 commit 88772f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/bitlen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ const CORE_POOL = '0xfE345fF60ACB262848FBf3Cb11bf5811c8293Aa9';
const COREBTC_POOL = '0x95fBbAf7Ad1DB1Ee6D1Ee2ea9ddca2cda23af832';
const CORE_USDT_POOL = '0xeC225F71C065E2abD06C5C69BF0FB06C857E46cB';
const CORE_USDC_POOL = '0x514C4876e239a248dD6d40F54491Cc1C7b2D044A';
const CORE_ABTC_POOL = '0xeC81EBCEb627120FeF942e53587940277f764E93'

const config = {
bsquared: {
pools: [WBTC_POOL, USDT_POOL, USDC_POOL,UBTC_POOL]
},
core: {
pools: [CORE_POOL, COREBTC_POOL, CORE_USDT_POOL, CORE_USDC_POOL]
pools: [CORE_POOL, COREBTC_POOL, CORE_USDT_POOL, CORE_USDC_POOL, CORE_ABTC_POOL]
}
}

Expand Down

0 comments on commit 88772f0

Please sign in to comment.