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 L2 has rich accounts that are directly given funds on the genesis block. We should instead make rich accounts from L1 deposit their funds into the L2 on network initialization (i.e. after make init finished and the L2 first starts) and remove them from the genesis file. This way we actually have all L2 funds be in 1-to-1 correspondence with the L1 contract funds.
The text was updated successfully, but these errors were encountered:
Currently the L2 has rich accounts that are directly given funds on the genesis block. We should instead make rich accounts from L1 deposit their funds into the L2 on network initialization (i.e. after
make init
finished and the L2 first starts) and remove them from the genesis file. This way we actually have all L2 funds be in 1-to-1 correspondence with the L1 contract funds.The text was updated successfully, but these errors were encountered: