Skip to content

Commit

Permalink
update bitcoinUSD, add BitcoinUSD=USDC pool
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatkdgus1 committed Jul 15, 2024
1 parent acc17e8 commit d5c9f99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/everdex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const tokensAndOwners = [
[ADDRESSES.bfc.UnifiedDAI, '0xa455434802d8B530C77d2B7547eF93C798896581'],
[ADDRESSES.bfc.UnifiedUSDC, '0xa455434802d8B530C77d2B7547eF93C798896581'],
[ADDRESSES.bfc.UnifiedUSDT, '0xa455434802d8B530C77d2B7547eF93C798896581'],

// BitcoinUSD - USDC Pool
[ADDRESSES.bfc.BitcoinUSD, '0x840Cf4522ED96CBBEB0924672Ea170456eea3a4c'],
[ADDRESSES.bfc.UnifiedUSDC, '0x840Cf4522ED96CBBEB0924672Ea170456eea3a4c']
]

async function tvl() {
Expand Down
3 changes: 2 additions & 1 deletion projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,8 @@
"SAT": "0x17102AC78a02a98fC78B0c29B7b0506f035A99E5",
"BIFI": "0x047938C3aD13c1eB821C8e310B2B6F889b6d0003",
"WBTC": "0x7b8FAC5F29E101BaaB33c5f9c39d4F85ba2cc7C1",
"BTCB": "0xd267F821F1b8344B5A63626c8c824697194A173E"
"BTCB": "0xd267F821F1b8344B5A63626c8c824697194A173E",
"BitcoinUSD": "0x6906Ccda405926FC3f04240187dd4fAd5DF6d555"
},
"scroll": {
"WETH": "0x5300000000000000000000000000000000000004",
Expand Down
4 changes: 4 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ const fixBalancesTokens = {
'0xaec9e50e3397f9ddc635c6c429c8c7eca418a143': { coingeckoId: 'arcana-2', decimals: 18 },
'0xce1581d7b4ba40176f0e219b2cac30088ad50c7a': { coingeckoId: 'pearl', decimals: 18 },
},

bfc: {
'0x6906Ccda405926FC3f04240187dd4fAd5DF6d555': { coingeckoId: "bitcoin-usd-btcfi", decimals: 18, }
},
}

ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })
Expand Down

0 comments on commit d5c9f99

Please sign in to comment.