> ## Documentation Index
> Fetch the complete documentation index at: https://docs.primev.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Mev-commit Testnet

export const HoodiMiddlewareSubnetwork = "0x1623fE21185c92BB43bD83741E226288B516134a000000000000000000000001";

export const HoodiMevCommitVaultAddress = "0x6b23e5a4f3eb2ffc408346df0a41e9de83b4da8a";

export const HoodiMevCommitNetworkAddress = "0x1623fE21185c92BB43bD83741E226288B516134a";

export const HoodiMevCommitMiddlewareAddress = "0x8E847EC4a36c8332652aB3b2B7D5c54dE29c7fde";

export const HoodiMevCommitAVSAddress = "0xdF8649d298ad05f019eE4AdBD6210867B8AB225F";

export const HoodiVanillaRegistryAddress = "0x536f0792c5d5ed592e67a9260606c85f59c312f0";

export const HoodiValidatorOptInRouterAddress = "0xa380ba6d6083a4Cb2a3B62b0a81Ea8727861c13e";

export const HoodiL1GatewayAddress = "0x0b3b6cf113959214e313d6ad37ad56831acb1776";

export const SettlementGatewayAddress_1_1_6 = "0xFaF6F0d4bbc7bC33a4b403b274aBb82d0E794202";

export const ProviderRegistryAddress_1_1_6 = "0x1C2a592950E5dAd49c0E2F3A402DCF496bdf7b67";

export const PreconfManagerAddress_1_1_6 = "0xa254D1A10777e358B0c2e945343664c7309A0D9d";

export const OracleAddress_1_1_6 = "0xCd27C2Dc26d37Bb17686F709Db438D3Dc546437C";

export const BlockTrackerAddress_1_1_6 = "0x0b3b6Cf113959214E313d6Ad37Ad56831acb1776";

export const BidderRegistryAddress_1_1_6 = "0x948eCD70FaeF6746A30a00F30f8b9fB2659e4062";

Live on Hoodi testnet, mev-commit allows bidders and providers to engage in execution service bids and commitments. Preconfirmations, the first use case for real-time bids and commitments, are available with mev-commit.

## **Links and Connection Details**

### **Services links**

| Service           | Link                                                                                   |
| ----------------- | -------------------------------------------------------------------------------------- |
| Testnet RPC       | [https://chainrpc.testnet.mev-commit.xyz/](https://chainrpc.testnet.mev-commit.xyz/)   |
| Testnet WebSocket | [wss://chainrpc-wss.testnet.mev-commit.xyz](wss://chainrpc-wss.testnet.mev-commit.xyz) |
| Bootnode endpoint | [https://bootnode.testnet.mev-commit.xyz/](https://bootnode.testnet.mev-commit.xyz/)   |
| Block explorer    | [http://explorer.testnet.mev-commit.xyz](http://explorer.testnet.mev-commit.xyz)       |

### **Core Contract Addresses (mev-commit chain)**

<table>
  <thead>
    <tr>
      <th width="299">Contract</th>
      <th>Address</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>BidderRegistry</td>

      <td>
        {BidderRegistryAddress_1_1_6}
      </td>
    </tr>

    <tr>
      <td>ProviderRegistry</td>

      <td>
        {ProviderRegistryAddress_1_1_6}
      </td>
    </tr>

    <tr>
      <td>PreconfManager</td>

      <td>
        {PreconfManagerAddress_1_1_6}
      </td>
    </tr>

    <tr>
      <td>Oracle</td>

      <td>
        {OracleAddress_1_1_6}
      </td>
    </tr>

    <tr>
      <td>BlockTracker</td>

      <td>
        {BlockTrackerAddress_1_1_6}
      </td>
    </tr>
  </tbody>
</table>

### **Bridge Gateway (mev-commit chain)**

<table>
  <thead>
    <tr>
      <th width="299">Contract</th>
      <th>Address</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>SettlementGateway</td>

      <td>
        {SettlementGatewayAddress_1_1_6}
      </td>
    </tr>

    <tr>
      <td>L1Gateway</td>

      <td>
        {HoodiL1GatewayAddress}
      </td>
    </tr>
  </tbody>
</table>

### **Validator Registry Contract Addresses (Hoodi)**

<table>
  <thead>
    <tr>
      <th width="299">Contract</th>
      <th>Address</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>ValidatorOptInRouter</td>

      <td>
        {HoodiValidatorOptInRouterAddress}
      </td>
    </tr>

    <tr>
      <td>VanillaRegistry</td>

      <td>
        {HoodiVanillaRegistryAddress}
      </td>
    </tr>

    <tr>
      <td>MevCommitAVS</td>

      <td>
        {HoodiMevCommitAVSAddress}
      </td>
    </tr>

    <tr>
      <td>MevCommitMiddleware</td>

      <td>
        {HoodiMevCommitMiddlewareAddress}
      </td>
    </tr>
  </tbody>
</table>

### **Other addresses (Hoodi)**

<table>
  <thead>
    <tr>
      <th width="299">Entity</th>
      <th>Address</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Mev-commit (Symbiotic) Network Address</td>

      <td>
        {HoodiMevCommitNetworkAddress}
      </td>
    </tr>

    <tr>
      <td>Mev-commit (Symbiotic) Vault Address</td>

      <td>
        {HoodiMevCommitVaultAddress}
      </td>
    </tr>

    <tr>
      <td>Mev-commit (Symbiotic) Subnetwork</td>

      <td>
        {HoodiMiddlewareSubnetwork}
      </td>
    </tr>
  </tbody>
</table>

## How can users provide feedback or report issues encountered on the testnet?

Users can open an issue on the GitHub repository that is associated with any issue they encounter. They can also tag @primev\_xyz on Twitter, or reach out to us to join a Telegram group for early power users.

## Testnet System Requirements

Please refer to the System Requirements section [here.](/v1.1.0/developers/system-requirements)
