Skip to content

Commit 15ee624

Browse files
authored
feat: add rootstock chain (DefiLlama#12023)
1 parent 675ccfc commit 15ee624

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

projects/helper/tokenMapping.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ const fixBalancesTokens = {
121121
zircuit: {
122122
'0x4200000000000000000000000000000000000006': { coingeckoId: 'ethereum', decimals: 18 },
123123
},
124+
bsquared: {
125+
'0xf6718b2701D4a6498eF77D7c152b2137Ab28b8A3': { coingeckoId: 'lorenzo-stbtc', decimals: 18 }
126+
},
124127
}
125128

126129
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })

projects/pell/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { sumTokens2 } = require('../helper/unwrapLPs')
22
const { getConfig } = require('../helper/cache')
33

4-
const chains = ['ethereum', 'arbitrum', 'merlin', 'bouncebit', 'btr', 'bsc', 'base', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob', 'ailayer', 'iotex']
4+
const chains = ['ethereum', 'arbitrum', 'merlin', 'bouncebit', 'btr', 'bsc', 'base', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob', 'ailayer', 'iotex', 'rsk']
55

66
chains.forEach(chain => {
77
module.exports[chain] = {

0 commit comments

Comments
 (0)