docs: add troubleshooting guide for non-standard ERC-20 token approvals - #646
Open
iborazzi wants to merge 2 commits into
Open
docs: add troubleshooting guide for non-standard ERC-20 token approvals#646iborazzi wants to merge 2 commits into
iborazzi wants to merge 2 commits into
Conversation
iborazzi
force-pushed
the
fix/troubleshooting-token-approvals
branch
from
August 25, 2026 07:57
23205ee to
76a9d0d
Compare
iborazzi
force-pushed
the
fix/troubleshooting-token-approvals
branch
from
August 25, 2026 08:09
76a9d0d to
e2acfe3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a dedicated Troubleshooting section to the main documentation (
README.md) addressing common issues with non-standard ERC-20 token approvals on Ink mainnet (such asapprove(spender, 0)failing with an "internal error" due to specific token contract implementations).Problem Addressed
0fails while an active allowance exists) often encounter unexpected transaction reverts or wallet "internal error" warnings.Changes Made
Troubleshooting: Non-Standard ERC-20 Tokens & Approvals.