Skip to content

Commit

Permalink
Ecsd stable algo (#11241)
Browse files Browse the repository at this point in the history
* Add Ethereum Classic Stable Dollar

* chore: Update Ethereum Classic Stable Dollar TVL methodology and vault address
  • Loading branch information
a-singh09 authored Aug 8, 2024
1 parent 3749c7e commit 00d4328
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/ethereum-classic-stable-dollar/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { nullAddress, } = require('../helper/unwrapLPs')
const { sumTokensExport, } = require('../helper/sumTokens')

module.exports = {
methodology: "The TVL of ECSD is the amount of ETC in the contract's reserve.",
ethereumclassic: {
tvl: sumTokensExport({
owner: '0xCc3664d7021FD36B1Fe2b136e2324710c8442cCf',
tokens: [nullAddress],
})
},
}

0 comments on commit 00d4328

Please sign in to comment.