Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Launch of LeverageX and Remove old Chain #13135

Closed
wants to merge 17 commits into from
12 changes: 3 additions & 9 deletions projects/javsphere/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ async function tvl(api) {
}

module.exports = {
methodology: `We count the TVL of LeverageX Trading platform leveragex.trade (LPs and Traders). And TVL from staking and freezer of javsphers native token JAV.`,
methodology: `TVL of LeverageX Trading platform leveragex.trade (LPs and Traders). TVL from staking and freezer of javsphers native token JAV.`,
hallmarks: [
[1733837635, "Migration to BASE"],
[1734547635, "Launch of LeverageX.trade"],
],
base: {
tvl,
staking: staking([STAKING_BASE, FREEZER_BASE], JAV_BASE),
vesting: staking(VESTING_BASE, JAV_BASE)
},
defichain_evm: {
tvl: () => { },
staking: () => { },
},
defichain: {
tvl: () => { },
},
}
}
Loading