Skip to content

Commit

Permalink
Added Colonize Mars project
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 7226f9d commit 63384a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions projects/colonizemars/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const { get_account_tvl } = require("../helper/chain/eos");

// Colonize Mars
// https://colonizemars.com
async function wax() {
const accounts = ["play.mars"];
const tokens = [
["eosio.token", "WAX", "wax"]
];
return await get_account_tvl(accounts, tokens, "wax");
}

module.exports = {
methodology: `Colonize Mars TVL is achieved by querying token balances from NFT gaming contracts`,
wax: {
tvl: wax
},
}

0 comments on commit 63384a3

Please sign in to comment.