Skip to content

Commit

Permalink
fixed the semicolumn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravk0029 committed Dec 13, 2024
1 parent e6a5b36 commit 669954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/goblins-cash/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function getTokenUSDPrice(subgraphUrl, id) {
} catch (error) {
throw new Error(`Error fetching data: ${error.message}`);
}
};
}

async function stakedToken(chain, stakingContract) {
const abi = "function totalSupply() external view returns (uint)"
Expand Down

0 comments on commit 669954e

Please sign in to comment.