chore: token type comment fix
diff --git a/sdk-calls.ts b/sdk-calls.ts
index c2f08e2..a7949a0 100644
--- a/sdk-calls.ts
+++ b/sdk-calls.ts
@@ -2,7 +2,7 @@ import { ThirdwebSDK } from "@thirdweb-dev/sdk";
export const claimCeloToken = async (sdk: ThirdwebSDK) => {
const contract = await sdk.getContract(
- "0xf72Ab3666c7302F5713FAEd4479b78a44fEAB89B" // NFT contract on Celo Alfajores
+ "0xf72Ab3666c7302F5713FAEd4479b78a44fEAB89B" // ERC20 contract on Celo Alfajores
);
const tx = await contract.erc20.mintTo(
"0xdA82D492a49d08cF732A47Acf34efb51BE351dd6",
GitHub
sha: 1048773a0ddac6ac99258dd5ea58714e00691452