From 8f9eeee8f9713ee279a758a3e0fc367567d6cee9 Mon Sep 17 00:00:00 2001 From: Mike D Date: Wed, 18 Dec 2024 19:17:09 -0500 Subject: [PATCH] fixed typos --- projects/thriveonmars/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },