Skip to content

Commit

Permalink
chore: fix some typos in comment (#411)[skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: forcedebug <[email protected]>
  • Loading branch information
forcedebug authored Jan 5, 2025
1 parent 44a8710 commit 127d742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TxReceipt = (
aria-hidden="true"
/>
) : (
//@ts-ignore coponent works but some typing issue came up, ts-expect-error does not work
//@ts-ignore component works but some typing issue came up, ts-expect-error does not work
<CopyToClipboard
text={
decodeContractResponse({
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/utils/scaffold-stark/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ export function getFunctionsByStateMutability(
});
}

// TODO: in the future when param decoding is standarized in wallets argent and braavos we can return the object
// new starknet react hooks (v3) doesnt use raw parse
// TODO: in the future when param decoding is standardized in wallets argent and braavos we can return the object
// new starknet react hooks (v3) doesn't use raw parse
function tryParsingParamReturnValues(
fn: (x: any) => {},
param: any,
Expand Down

0 comments on commit 127d742

Please sign in to comment.