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 ERC677BridgeFixedSupplyToken #685

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dapplion
Copy link

@dapplion dapplion commented Apr 3, 2024

Adds a variation of ERC677BridgeToken which implements IBurnableMintableERC677Token but

  • mint is pass-through function to transfer: minting is bounded to the sender's own balance
  • burn is a no-op: the sender keeps the tokens

ERC677BridgeFixedSupplyToken is meant to be used in the home side of the Omnibridge bridge to allow a non-native token to become fixed supply while not having to modify any part of the bridge itself.

To look at the diff from ERC677BridgeToken to ERC677BridgeFixedSupplyToken check the commit: 6b68a49

@dapplion dapplion marked this pull request as draft April 3, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant