-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Add Engyx adapter (pre-launch) #16033
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
base: main
Are you sure you want to change the base?
Conversation
please dont upload the logo to the repo, just add it to the PR comments |
projects/engyx/index.js
Outdated
start: 0, | ||
timetravel: false, | ||
misrepresentedTokens: true, | ||
bsc: { tvl }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use const { staking } = require('./helper/staking')
and export it as staking
while tvl: () => ({})
projects/engyx/index.js
Outdated
module.exports = { | ||
methodology: 'Cuenta los tokens Engyx bloqueados en todas las wallets del protocolo.', | ||
start: 0, | ||
timetravel: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be true
projects/engyx/index.js
Outdated
methodology: 'Cuenta los tokens Engyx bloqueados en todas las wallets del protocolo.', | ||
start: 0, | ||
timetravel: false, | ||
misrepresentedTokens: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be false
projects/engyx/index.js
Outdated
} | ||
|
||
module.exports = { | ||
methodology: 'Cuenta los tokens Engyx bloqueados en todas las wallets del protocolo.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be in english?
also please delete the empty index.js |
900b808
to
e7220f0
Compare
misrepresentedTokens: false, | ||
bsc: { | ||
tvl: () => ({}), // No TVL counted until ENGX has market value | ||
staking: staking(ENGYX_TOKEN_CONTRACT), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to pass the wallets to this as well. Have you tested this?
Name: Engyx Digital Energy
Twitter/X: https://x.com/engyx_digital
Website: https://engyx.io
Logo: projects/engyx/logo.png
Current TVL: 0 (pre-launch)
Treasury Addresses: multiple protocol wallets (see adapter for details)
Chain: BSC
Coingecko ID:
Token address and ticker: 0xe1ec410835e5dFA47A6893448Cbc0AC216dBE642 (ENGYX)
Category: Tokenized Assets (RWA)
Oracle Provider(s): N/A
Methodology: Counts Engyx tokens locked in all protocol wallets (pre-launch).