Interaction timings
Last updated
Transfers from HyperCore to HyperEVM are queued on the L1 until the next HyperEVM block. Transfers from HyperEVM to HyperCore happen in the same L1 block as the HyperEVM block, immediately after the HyperEVM block is built.
On an L1 block that produces a HyperEVM block:
L1 block is built
EVM block is built
EVM -> Core transfers are processed
CoreWriter actions are processed
Note that the account performing the CoreWriter action must exist on HyperCore before the EVM block is built. An EVM -> Core transfer to initialize the account in the same block will still result in the CoreWriter action being rejected.
Last updated