logos-co / optimism-bridge-snt

Creates a bridge of SNT into Optimism
0 stars 1 forks source link

MiniMeToken controller (SNTPlaceHolder) is also deployed on Optimism #1

Closed 3esmit closed 1 year ago

3esmit commented 1 year ago

MiniMeToken controller (SNTPlaceHolder) is also deployed on Optimism, and it could be replaced by another controller that could call generateToken function, potentially breaking the bridge, however, if we don't do this change, than it should be fine.

MiniMeToken should be altered to use Bridge as controller, or have a dummy contract, or just set as controlled by ADDRESS_ZERO.

3esmit commented 1 year ago

Also, the controller can lock transfers, we might not want that, should be discussed.