Skip to content

Commit

Permalink
Add BBUSD token to bitstable (#11742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-bitstable authored Sep 25, 2024
1 parent a115f14 commit df369a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions projects/bitstable-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const owner = "0x103dd1184599c7511a3016E0a383E11F84AE7173";
const tokens = {
ethereum: [ADDRESS.ethereum.USDT],
bsc: [ADDRESS.ethereum.FDUSD],
bouncebit: [ADDRESS.bouncebit.BBUSD]
};

const bbInBouncebitStaking = async (api) => {
Expand Down
3 changes: 2 additions & 1 deletion projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,8 @@
"USDC_e": "0x739222D8A9179fE05129C77a8fa354049c088CaA"
},
"bouncebit": {
"wstBBTC": "0x8f083eafcbba2e126ad9757639c3a1e25a061a08"
"wstBBTC": "0x8f083eafcbba2e126ad9757639c3a1e25a061a08",
"BBUSD": "0x77776b40C3d75cb07ce54dEA4b2Fd1D07F865222"
},
"reya": {
"WETH": "0x6b48c2e6a32077ec17e8ba0d98ffc676dfab1a30",
Expand Down

0 comments on commit df369a0

Please sign in to comment.