Skip to content

Instantly share code, notes, and snippets.

@danielnordh
Last active March 25, 2022 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielnordh/d0e174b66ebd3af6ddbf07b48a91813b to your computer and use it in GitHub Desktop.
Save danielnordh/d0e174b66ebd3af6ddbf07b48a91813b to your computer and use it in GitHub Desktop.
USDC transferWithAuthorization call failing on zkSync, but working on Ropsten
// See comment below with code example
@danielnordh
Copy link
Author

Turns out the issue is that the 'USDC' contract currently deployed on the zkSync 2.0 Alpha testnet is only a standard ERC20 contract and does NOT contain the transferWithAuthorization function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment