From 2ab777465757e90191dfc8a3e0f26ae43ca09b5f Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:14:33 +0100 Subject: [PATCH] Update staking parameters and add deprecation date for O3Swap and PolyNetwork --- projects/cherryswap/index.js | 2 +- projects/o3swap.js | 1 + projects/polynetwork/index.js | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/cherryswap/index.js b/projects/cherryswap/index.js index be6b15d9b..93e18b053 100644 --- a/projects/cherryswap/index.js +++ b/projects/cherryswap/index.js @@ -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, diff --git a/projects/o3swap.js b/projects/o3swap.js index 0dc103126..e3e963b96 100644 --- a/projects/o3swap.js +++ b/projects/o3swap.js @@ -46,4 +46,5 @@ module.exports = { } }, {}), fetch, + deadFrom: '2024-09-30', } diff --git a/projects/polynetwork/index.js b/projects/polynetwork/index.js index 905e1a95b..8cf5e6c72 100644 --- a/projects/polynetwork/index.js +++ b/projects/polynetwork/index.js @@ -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) => {