Update staking parameters and add deprecation date for O3Swap and PolyNetwork

This commit is contained in:
g1nt0ki
2025-03-17 11:14:33 +01:00
parent d2063638ff
commit 2ab7774657
3 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const cheStaking = "0x9Ab8BCf67fE8d8D2aD27D42Ec2A0fD5C206DAE60"
module.exports = {
methodology: "Staking is the CHE staked on 0x9Ab8BCf67fE8d8D2aD27D42Ec2A0fD5C206DAE60, tvl is the liquidity on the exchange and the money locked on the pools that distribute CHE",
okexchain: {
staking: staking(cheStaking, che, "okexchain", "okexchain:" + che),
staking: staking(cheStaking, che),
tvl: getUniTVL({
factory: '0x709102921812b3276a65092fe79edfc76c4d4afe',
useDefaultCoreAssets: true,

View File

@@ -46,4 +46,5 @@ module.exports = {
}
}, {}),
fetch,
deadFrom: '2024-09-30',
}

View File

@@ -50,7 +50,8 @@ const tvl = async (api) => {
module.exports = {
timetravel: false,
misrepresentedTokens: true
misrepresentedTokens: true,
deadFrom: '2024-09-30',
}
Object.keys(CONFIG).forEach((chain) => {