Skip to content

Commit

Permalink
Error handling and allowance checking for transferFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
mameta committed Aug 22, 2024
1 parent f89e7e9 commit 43d0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v1/examples/permit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function main(): Promise<void> {
{ name: 'deadline', type: 'uint256' },
],
} as const;
const value = 100n;
const value = 300n;
const deadline = BigInt(Date.now()) / 1000n + 3600n;
const nonce = await jpyc.nonces({ owner: account.address });

Expand Down

0 comments on commit 43d0aab

Please sign in to comment.