Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike D authored and Mike D committed Dec 19, 2024
1 parent da9808c commit 8f9eeee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/thriveonmars/index.js
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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
},
Expand Down

0 comments on commit 8f9eeee

Please sign in to comment.