[Token Bridging] Deploying custom token on Optimism chain and bridging it with ERC20 token deployed on L1 #91
-
Issue DescriptionHello, I currently have an ERC20 token deployed on L1 Ethereum Mainnet, I would like to deploy a custom token on Optimism and bridge the two tokens, is there a documentation for this? Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Can you clarify what you mean by |
Beta Was this translation helpful? Give feedback.
-
your L2 token should implement |
Beta Was this translation helpful? Give feedback.
-
Hey @ngjiayuan, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
your L2 token should implement
IOptimismMintableERC20
, you can follow the example of https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC20.sol