Skip to content

Commit

Permalink
Update to Newthrone: switching from WETH to THRO (DefiLlama#9093)
Browse files Browse the repository at this point in the history
* Adding NewThrone

* minor fix

* minor fix

* Update index.js

* Update index.js

* Update index.js

* Update index.js

---------

Co-authored-by: llama <[email protected]>
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
3 people committed Feb 29, 2024
1 parent ba92bec commit c1062a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/newthrone/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const { sumTokensExport } = require("../helper/unwrapLPs");
const ADDRESSES= require("../helper/coreAssets.json");
const { sumTokensExport } = require("../helper/unknownTokens");

const GAME_CONTRACT = '0x61C3A357bc3ca51b80eCD36CB1Ae37e5465C6701'

module.exports = {
methodology: 'WETH tokens in the Game contract, which represents the current balance of the game (total spent - total claimed).',
methodology: 'THRO tokens in the Game contract, which represents the current balance of the game (total spent - total claimed).',
base: {
tvl: sumTokensExport({ owner: GAME_CONTRACT, tokens: [ADDRESSES.base.WETH]}),
tvl: () => ({}),
staking: sumTokensExport({ owner: GAME_CONTRACT, tokens: ['0x0f929C29dcE303F96b1d4104505F2e60eE795caC'], lps: ['0x3267afBDFA739D4039D03172A4a80e4bb91370b6'], useDefaultCoreAssets: true,}),
}
};
}

0 comments on commit c1062a7

Please sign in to comment.