You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to deploy system contracts is through the MsgDeploySystemContracts
This message is used in the e2e test, unit tests, and simulation tests.
We should explore using the evm Gensistate to deploy these contracts to a deterministic address , instead of through the message only.
The text was updated successfully, but these errors were encountered:
Currently the only way to deploy system contracts is through the
MsgDeploySystemContracts
This message is used in the e2e test, unit tests, and simulation tests.
We should explore using the evm Gensistate to deploy these contracts to a deterministic address , instead of through the message only.
The text was updated successfully, but these errors were encountered: