Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #411

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading