diff --git a/projects/symbiosis-finance/config.js b/projects/symbiosis-finance/config.js index 3797ad81e9b..35946309139 100644 --- a/projects/symbiosis-finance/config.js +++ b/projects/symbiosis-finance/config.js @@ -40,6 +40,9 @@ const TOKENS = { gravity: { USDC_e: ADDRESSES.gravity.USDC_e, wG: ADDRESSES.gravity.wG + }, + bsquared: { + WBTC: ADDRESSES.bsquared.WBTC, } } @@ -428,5 +431,14 @@ module.exports = { '0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2 ] }, + { + name: 'bsquared', + tokens: [ + TOKENS.bsquared.WBTC, + ], + holders: [ + '0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2 + ] + }, ] } \ No newline at end of file