Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bouncebit chain #10201

Closed
wants to merge 13 commits into from
1 change: 1 addition & 0 deletions projects/helper/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"boba",
"boba_avax",
"boba_bnb",
"bouncebit",
"bone",
"borrowed",
"bostrom",
Expand Down
5 changes: 5 additions & 0 deletions projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,5 +1769,10 @@
"STONE": "0x96147a9ae9a42d7da551fd2322ca15b71032f342",
"RETH": "0xb5686c4f60904ec2bda6277d6fe1f7caa8d1b41a",
"TBTC": "0xbba2ef945d523c4e2608c9e1214c2cc64d4fc2e2"
},
"bouncebit": {
"WBB": "0xF4c20e5004C6FDCDdA920bDD491ba8C98a9c5863",
"BBTC": "0xF5e11df1ebCf78b6b6D26E04FF19cD786a1e81dC",
"BBUSD": "0x77776b40C3d75cb07ce54dEA4b2Fd1D07F865222"
}
}
1 change: 1 addition & 0 deletions projects/helper/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DEFAULTS = {
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
BSQUARED_RPC: "https://rpc.bsquared.network,https://b2-mainnet.alt.technology", // add manually, short name is b2-mainnet
BTR_RPC_MULTICALL: '0xc8818aaeaBF0dF9f3f3ffF54Ab185705177A6234',
BOUNCEBIT_RPC: "https://fullnode-mainnet.bouncebitapi.com"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this rpc is down now?
what is backing the bbusd?
also, can you share the bitswap website and factory address?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. We provide a defilama specific RPC in the TG group

  2. BBUSD are wrapped USDT from ETH and BNB chain. Wrapping occurs on the respective chains and then bridged to BounceBit Chain. Assets are store in CEFFU custody to allow CEX mirroring. Methodology is similar to Ethena.

  3. Bitswap URL: https://app.bouncebit.io/club/1
    and factory address
    v3: 0x30a326d09E01d7960a0A2639c8F13362e6cd304A
    v2: 0x6d2Ae8505Ab39c9cF94abf69d75acc6115C2E3c0

}

const ENV_KEYS = [
Expand Down
Loading