Update: Bitrock (#17008)

This commit is contained in:
0xpeluche
2025-11-11 13:06:23 +01:00
committed by GitHub
parent eac2a60aa4
commit 9a7f3a8361
2 changed files with 4 additions and 6 deletions

View File

@@ -4,8 +4,7 @@ const ROCK = "0x826628622a8B55F4AF6aC2A1DD1273bF837e651a";
const stakingContract = "0xFDfd4A3CfECD29E00942ee3E01cDa6f92E9270BA";
module.exports = {
bitrock: {
tvl: staking(stakingContract, ROCK, "bitrock"),
},
deadFrom: '2025-11-04',
bitrock: { tvl: staking(stakingContract, ROCK, "bitrock") },
methodology: "ROCK tokens locked in staking contract",
};

View File

@@ -1,7 +1,6 @@
const { getUniTVL } = require('../helper/unknownTokens');
module.exports = {
bitrock: {
tvl: getUniTVL({ factory: '0x02c73ecb9B82e545E32665eDc42Ae903F8AA86a9', useDefaultCoreAssets: true}),
}
deadFrom: '2025-11-04',
bitrock: { tvl: getUniTVL({ factory: '0x02c73ecb9B82e545E32665eDc42Ae903F8AA86a9', useDefaultCoreAssets: true}) }
}