We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a4e7 commit ae8a27eCopy full SHA for ae8a27e
docs/pages/intro/getting-started.mdx
@@ -28,7 +28,7 @@ contract Example {
28
function getSpotBalance(address tokenAddress) external view returns (uint256) {
29
30
// Get spot balance using tokenAddress
31
- // (the address is converted under-the-hood to tokenId using TokenRegistry)
+ // (the address is converted under the hood to tokenId using TokenRegistry)
32
PrecompileLib.SpotBalance memory spotBalance =
33
PrecompileLib.spotBalance(address(this), tokenAddress);
34
return spotBalance.total;
0 commit comments