Skip to content

Conversation

@TRileySchwarz
Copy link
Contributor

Created an example ERC20 token that can be used in the mint and burn adapter OFT's that adheres to both the adapter IMintableBurnable.sol interface, as well as OP superchain: 'IERC7802' standard. This has not been audited, but should not be used in production yet.

@ryandgoulding
Copy link
Contributor

What is the status of this PR?

function crosschainMint(address _to, uint256 _amount) external;
}

contract SuperChainMintBurnERC20 is ERC20, IERC7802, IMintableBurnable, Ownable {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in examples instead of oft-evm? Shouldn't it be in oft-evm so folks don't need to copy + paste to use it?

@ryandgoulding ryandgoulding force-pushed the riley/superchain-token branch from e024c8e to 9555f71 Compare April 16, 2025 13:14
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.

2 participants