ethereum-optimism / design-docs

MIT License
27 stars 20 forks source link

design-doc: liquidity migration #35

Closed 0xParticle closed 4 months ago

0xParticle commented 5 months ago

Description Added a design doc file discussing the possible approaches for the liquidity migration process for tokens locked in L1, deployed through the current and legacy OptimismMintableERC20 Factories in L2 (also known as legacy tokens), to make them fungible and compatible with Superchain interoperability.

tynes commented 5 months ago

Can you include the pseudocode that you were working on for how the mirror token would work?

edit: ok i see that there is going to be a follow up doc for the mirror token itself

0xParticle commented 5 months ago

Can you include the pseudocode that you were working on for how the mirror token would work?

edit: ok i see that there is going to be a follow up doc for the mirror token itself

I just submitted a new PR with the pseudocode: https://github.com/ethereum-optimism/design-docs/pull/36

We decided to split this into two design docs because we wanted to keep discussions separated, but we can merge them if you think that would make things more clear :)