mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
Update staking parameters and add deprecation date for O3Swap and PolyNetwork
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -46,4 +46,5 @@ module.exports = {
|
||||
}
|
||||
}, {}),
|
||||
fetch,
|
||||
deadFrom: '2024-09-30',
|
||||
}
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user