mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
Update: Bitrock (#17008)
This commit is contained in:
@@ -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",
|
||||
};
|
||||
@@ -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}) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user