disable native bridge & enable minting L2 native token on L1#49
disable native bridge & enable minting L2 native token on L1#49blockchaindevsh merged 6 commits intoop-esfrom
Conversation
|
It is possible to have a system config to disable and enable it (mainly to pass existing tests)? Or a local variable to disable or enable by admin/owner. |
Or we can keep this change on a separate branch, like |
If the change is simple enough, I would like to put them into the same branch to avoid extra management overhead. |
We'll maintain a branch for the mainnnet contracts(and op-deployer) any way, say we can't just use the contracts in |
A simple practice is that we maintain
|
6a14e76 to
295ae7b
Compare
295ae7b to
c0afb23
Compare
|
PTAL at the implementation c0afb23, the LOC is much more than expected -_-b |
|
5bd002b should have addressed all above comments. |
32dfcf5 to
98080c1
Compare
As a plan B for original CGT feature, we need to disable eth bridging on L1.
And we also need to enable minting L2 native token on L1 in order to migrating existing tokens on L1.