diff --git a/projects/thriveonmars/index.js b/projects/thriveonmars/index.js index e9463f1676b9..aec445e302e9 100644 --- a/projects/thriveonmars/index.js +++ b/projects/thriveonmars/index.js @@ -1,7 +1,7 @@ const { get_account_tvl } = require("../helper/chain/eos"); -// Colonize Mars -// https://colonizemars.com +// Thrive On Mars +// https://thriveonmars.com async function wax() { const accounts = ["play.mars"]; const tokens = [ @@ -11,7 +11,7 @@ async function wax() { } module.exports = { - methodology: `Colonize Mars TVL is achieved by querying token balances from NFT gaming contracts`, + methodology: `Thrive On Mars TVL is achieved by querying token balances from NFT gaming contracts`, wax: { tvl: wax },