Skip to content

Commit

Permalink
add the following tokens for Vault of uniBTC project: Arbitrum(WBTC),…
Browse files Browse the repository at this point in the history
… Mode(WBTC) (#11632)

Co-authored-by: Trisome-Bedrock <trisome@bedrock-technology>
  • Loading branch information
Trisome-Bedrock and Trisome-Bedrock committed Sep 14, 2024
1 parent 1ef3e28 commit e6fe861
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions projects/unibtc/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const ADDRESSES = require('../helper/coreAssets.json')
const defaultVault = '0xF9775085d726E782E83585033B58606f7731AB18'
const extraVault = '0x84E5C854A7fF9F49c888d69DECa578D406C26800'

const fbtc0 = '0xc96de26018a54d51c097160568752c4e3bd6c364'
const fbtc1 = '0xd681C5574b7F4E387B608ed9AF5F5Fc88662b37c'
Expand All @@ -9,6 +10,14 @@ const config = {
vault: '0x047D41F2544B7F63A8e991aF2068a363d210d6Da',
tokens: [ADDRESSES['ethereum'].WBTC, fbtc0, fbtc1]
},
arbitrum: {
vault: extraVault,
tokens: [ADDRESSES['arbitrum'].WBTC]
},
mode: {
vault: extraVault,
tokens: [ADDRESSES['mode'].WBTC]
},
optimism: {
vault: defaultVault,
tokens: [ADDRESSES['optimism'].WBTC]
Expand All @@ -22,11 +31,11 @@ const config = {
tokens: [ADDRESSES['bob'].WBTC]
},
zeta: {
vault: '0x84E5C854A7fF9F49c888d69DECa578D406C26800',
vault: extraVault,
tokens: [ADDRESSES['zeta'].BTC]
},
bsc: {
vault: '0x84E5C854A7fF9F49c888d69DECa578D406C26800',
vault: extraVault,
tokens: [fbtc0, ADDRESSES['bsc'].BTCB]
},
bsquared: {
Expand Down

0 comments on commit e6fe861

Please sign in to comment.