We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd985de commit 8445308Copy full SHA for 8445308
projects/jademoney/index.js
@@ -5,7 +5,7 @@ const usdcDenom = "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B4941
5
6
async function tvl(api) {
7
const data = await queryContract({ contract: jadeContract, chain: "neutron", data: "{\"value\":{}}" });
8
- api.add(usdcDenom, data);
+ api.add(usdcDenom, 0); // Mars Hacked
9
}
10
11
module.exports = {
0 commit comments