Skip to content

Commit

Permalink
update address
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 9, 2024
1 parent 9796f1e commit b71ff88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/djed-alliance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const { sumTokensExport } = require("../helper/chain/cardano");


module.exports = {
methodology: 'The TVL of each Djed deployment is the reserve belonging to the deployment. The TVL within a given blockchain is the sum of the TVLs of all known Djed deployments within that blockchain. The total TVL is the sum of the Djed TVLs on all blockchains.',
methodology: 'The TVL of Djed is the reserve belonging to the deployment. The TVL within a given blockchain is the sum of the TVLs of all known Djed deployments within that blockchain.',

cardano: {
tvl: sumTokensExport({ owner: 'addr1zxem3j9xw7gyqnry0mfdhku7grrzu0707dc9fs68zwkln5sm5kjdmrpmng059yellupyvwgay2v0lz6663swmds7hp0qul0eqc', tokens: ['lovelace']}),
tvl: sumTokensExport({ owner: 'addr1zx82ru5f7p8ewhhdvahueg2s4gxs3gxl66fkygdekkjs74sm5kjdmrpmng059yellupyvwgay2v0lz6663swmds7hp0q4vpw0l', tokens: ['lovelace']}),
},
};

0 comments on commit b71ff88

Please sign in to comment.