The bootstrap contract receives a markBootstrapped call from Exocore to upgrade itself to the ClientChainGateway. If this call fails, the nonce is not consumed on Bootstrap but consumed by ExocoreGateway. Any further calls from ExocoreGateway will then fail due to this nonce mismatch.
The bootstrap contract receives a
markBootstrapped
call from Exocore to upgrade itself to theClientChainGateway
. If this call fails, the nonce is not consumed onBootstrap
but consumed byExocoreGateway
. Any further calls fromExocoreGateway
will then fail due to this nonce mismatch.