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

Add note about token compatibility in the IArbToken interface #83

Merged

Conversation

TucksonDev
Copy link
Contributor

This PR adds a note in the IArbToken interface to encourage users to keep an implementation as close as possible to the TestArbCustomToken example, since custom changes to the standard implementation of bridgeMint and bridgeBurn have caused issues with certain tokens not behaving as expected using some of the tooling available.

As an example, the bridge UI does not prompt an approval transaction when withdrawing a custom token, so tokens that customize bridgeBurn to check for allowance can't withdraw their tokens back to the parent chain.

This note has also been added to the docs here: https://docs.arbitrum.io/build-decentralized-apps/token-bridging/token-bridge-erc20#setting-up-your-token-with-the-generic-custom-gateway

@cla-bot cla-bot bot added the cla-signed label Mar 27, 2024
@gzeoneth gzeoneth changed the base branch from main to develop August 19, 2024 13:53
@gzeoneth gzeoneth merged commit d548775 into develop Aug 19, 2024
9 checks passed
@gzeoneth gzeoneth mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants