| Contract | Address |
|---|---|
| BidderRegistry | |
| ProviderRegistry | |
| PreconfManager | |
| Oracle | |
| BlockTracker |
| Contract | Address |
|---|---|
| SettlementGateway |
| Entity | Address Type | Address |
|---|---|---|
| L1Gateway | Proxy | |
| Implementation |
| Contract | Address Type | Address |
|---|---|---|
| MevCommitAVS | Proxy | |
| Implementation | ||
| MevCommitMiddleware | Proxy | |
| Implementation | ||
| VanillaRegistry | Proxy | |
| Implementation | ||
| Reputational VanillaRegistry | Proxy | |
| Implementation | ||
| ValidatorOptInRouter | Proxy | |
| Implementation | ||
| ValidatorOptInHub | Proxy | |
| Implementation |
| Description | Address |
|---|---|
| Primev Team Multisig | |
| Commitment Holdings Multisig | |
| Symbiotic "network address" (Served by Primev Team Multisig) |
| Contract | Address |
|---|---|
| BidderRegistry | |
| ProviderRegistry | |
| PreconfManager | |
| Oracle | |
| BlockTracker |
| Contract | Address |
|---|---|
| SettlementGateway | |
| L1Gateway |
| Contract | Address |
|---|---|
| ValidatorOptInRouter | |
| ValidatorOptInHub | |
| VanillaRegistry | |
| MevCommitAVS | |
| MevCommitMiddleware | |
| Lido Registry | |
| RocketMinipoolRegistry |
| Entity | Address |
|---|---|
| Mev-commit (Symbiotic) Network Address | |
| Mev-commit (Symbiotic) Vault Address | |
| Mev-commit (Symbiotic) Subnetwork |
The mev-commit chain uses native ETH that must be bridged from L1 using our lock and mint bridge. A user CLI application can be downloaded from the [releases page](https://github.com/primev/mev-commit/releases/latest).
You can confirm your operating system and architecture by running `uname -sm`. Or use the following command which automatically downloads and extracts the latest bridge user CLI binary for your system into your \$HOME directory: ```shell theme={null} curl -Ls $(curl -s https://api.github.com/repos/primev/mev-commit/releases \ | grep browser_download_url \ | grep "mev-commit-bridge-user-cli_[0-9].*$(uname -s)_$(uname -m)\.tar\.gz" \ | cut -d '"' -f 4 \ | head -n1) | tar -xz -C ~ ``` The binary will then be available in your \$HOME directory as `user-cli`.To check other options available in the user CLI, users can use the `-h` option
``` ./user-cli -h NAME: mev-commit-bridge-user-cli - CLI for interacting with a custom bridge between L1 and the mev-commit (settlement) chain USAGE: mev-commit-bridge-user-cli [global options] command [command options] COMMANDS: bridge-to-settlement Submit a transaction to bridge ether to the settlement chain bridge-to-l1 Submit a transaction to bridge ether back to L1 help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help ``` ``` ./user-cli bridge-to-settlement -h NAME: mev-commit-bridge-user-cli bridge-to-settlement - Submit a transaction to bridge ether to the settlement chain USAGE: mev-commit-bridge-user-cli bridge-to-settlement [command options] OPTIONS: --account-key value private key of the account to use for signing transactions in hex encoding [$ACCOUNT_KEY] --keystore-path value path to keystore location [$MEV_ORACLE_KEYSTORE_PATH] --keystore-password value use to access keystore [$MEV_ORACLE_KEYSTORE_PASSWORD] --amount value amount of ether to bridge in wei [$AMOUNT] --dest-addr value destination address on the mev-commit (settlement) chain [$DEST_ADDR] --l1-rpc-url value URL for L1 RPC [$L1_RPC_URL] --settlement-rpc-url value URL for settlement RPC [$SETTLEMENT_RPC_URL] --l1-contract-addr value address of the L1 gateway contract [$L1_CONTRACT_ADDR] --settlement-contract-addr value address of the settlement gateway contract [$SETTLEMENT_CONTRACT_ADDR] --silent disable spinner (default: false) [$SILENT] --help, -h show help ```[FAST RPC Usage Instructions for dApps](#usage-for-dapps)
[Usage Instructions for Wallets](#usage-for-wallets)
• [Quickstart Your Node](/v1.2.x/get-started/quickstart)
• [Send Transactions](/v1.2.x/get-started/bidders/best-practices#provider-rpcs)
• [Node Commands](/v1.2.x/get-started/bidders/bidder-node-commands)
• [Bid Structure](/v1.2.x/concepts/bids/bid-structure)
• [Bidder Deposit](/v1.2.x/concepts/bids/bidder-deposit)
• [Bid Decay](/v1.2.x/concepts/bids/bid-decay-mechanism)
• [Registering as a Provider](/v1.2.x/get-started/providers/registering-a-provider)
• [Consuming Bids](/v1.2.x/get-started/providers/consuming-bids)
• [Sending Commitments](/v1.2.x/get-started/providers/sending-commitments)
• [Commitments Structure](/v1.2.x/concepts/commitments)
• [Opting-in as a Validator](/v1.2.x/get-started/validators)
• [Eigenlayer Operators](/v1.2.x/knowledge-base/eigenlayer-operator-registration)
• [Validator Rewards](/v1.2.x/concepts/rewards-and-slashing#validators-proposers)
• [Validator Considerations](/v1.2.x/concepts/validator-considerations)