The mev-commit chain uses the native ETH tokens that need to be bridged from L1. We use a lock and mint bridge. A user CLI application can be downloaded from the releases page.
Or download the 0.8.0 bridge CLI directly from the links below: You can confirm your operating system and architecture by runninguname -sm.
On MacOS, a warning may appear about running untrusted software. Try using xattr -d com.apple.quarantine ./user-cli to disable this warning, or feel free to build/use the CLI from source here.
In order to bridge funds, users need to have an account which is funded with Holesky ETH for testnet.
Users can also use a keystore file instead of using the private key.
Currently the CLI uses the default contract addresses for testnet and the default RPC endpoints. Users can use separate RPC URLs using the respective options.
To check other options available in the user CLI, users can use the -h option
The current bridge waits for finalization. Thus when moving funds from L1 to the settlement chain, users will have to wait for at least 15 mins (L1 finalization time) before getting a confirmation. Conversely, bridging from settlement to L1 chain will be significantly faster (less than 1 second settlement chain finalization time).