package.json
:
main.tsx
:
wagmi.ts
:
signAuthorization
method exposed by the useSignAuthorization
Privy hook.
amount
arg in the ERC-20 transfer
call is not fixed to a value, but uses runtimeERC20BalanceOf
which will inject the full amount of USDC availablechainId === 0
for your authorization you can store it (e.g. in localStorage or DB) and replay it for other chains in the future. This gives your users an even more seamless UX.