Skip to content

Commit

Permalink
symbiosis adds bsquared chain support (#11885)
Browse files Browse the repository at this point in the history
  • Loading branch information
allush authored Oct 11, 2024
1 parent bf608c9 commit 62c77a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/symbiosis-finance/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const TOKENS = {
gravity: {
USDC_e: ADDRESSES.gravity.USDC_e,
wG: ADDRESSES.gravity.wG
},
bsquared: {
WBTC: ADDRESSES.bsquared.WBTC,
}
}

Expand Down Expand Up @@ -428,5 +431,14 @@ module.exports = {
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
]
},
{
name: 'bsquared',
tokens: [
TOKENS.bsquared.WBTC,
],
holders: [
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
]
},
]
}

0 comments on commit 62c77a4

Please sign in to comment.