Skip to content

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