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 jeth #12597

Closed
wants to merge 4 commits into from
Closed

add jeth #12597

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions projects/jeth/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { sumTokensExport } = require('../helper/sumTokens')
const ADDRESSES = require("../helper/coreAssets.json");

const JETH_ADDRESS = 'EQCb1SAX1heK9tK8a5CXtYSbdHXkPPAXWKTy3Yz5PH1lglIu'

module.exports = {
methodology: 'Total amount of ETH locked in smart contract EQCb1SAX1heK9tK8a5CXtYSbdHXkPPAXWKTy3Yz5PH1lglIu.',
start: '2024-12-05',
ton: {
tvl: sumTokensExport({ owner: JETH_ADDRESS, tokens: [ADDRESSES.null]}),
}
}
Loading