> ## Documentation Index
> Fetch the complete documentation index at: https://primev-24-update-validator-slashing.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mev-commit Testnet

export const L1Gateway_0_8_0 = "0x567f0f6d4f7A306c9824d5Ffd0E26f39682cDd7c";

export const MevCommitNetworkAddress = "0x4535bd6fF24860b5fd2889857651a85fb3d3C6b1";

export const MevCommitMiddlewareAddress = "0x79FeCD427e5A3e5f1a40895A0AC20A6a50C95393";

export const MevCommitAVSAddress = "0xEDEDB8ed37A43Fd399108A44646B85b780D85DD4";

export const VanillaRegistryAddress = "0x87D5F694fAD0b6C8aaBCa96277DE09451E277Bcf";

export const ValidatorOptInRouterAddress = "0x251Fbc993f58cBfDA8Ad7b0278084F915aCE7fc3";

export const SettlementGateway_0_7_0 = "0xFaF6F0d4bbc7bC33a4b403b274aBb82d0E794202";

export const BlockTrackerAddress0_7_0 = "0x0b3b6Cf113959214E313d6Ad37Ad56831acb1776";

export const OracleAddress0_7_0 = "0xCd27C2Dc26d37Bb17686F709Db438D3Dc546437C";

export const PreconfManagerAddress0_7_0 = "0xa254D1A10777e358B0c2e945343664c7309A0D9d";

export const ProviderRegistryAddress0_7_0 = "0x1C2a592950E5dAd49c0E2F3A402DCF496bdf7b67";

export const BidderRegistryAddress0_7_0 = "0x948eCD70FaeF6746A30a00F30f8b9fB2659e4062";

Live with Holesky, 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>
        {BidderRegistryAddress0_7_0}
      </td>
    </tr>

    <tr>
      <td>ProviderRegistry</td>

      <td>
        {ProviderRegistryAddress0_7_0}
      </td>
    </tr>

    <tr>
      <td>PreconfManager</td>

      <td>
        {PreconfManagerAddress0_7_0}
      </td>
    </tr>

    <tr>
      <td>Oracle</td>

      <td>
        {OracleAddress0_7_0}
      </td>
    </tr>

    <tr>
      <td>BlockTracker</td>

      <td>
        {BlockTrackerAddress0_7_0}
      </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>
        {SettlementGateway_0_7_0}
      </td>
    </tr>
  </tbody>
</table>

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

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

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

      <td>
        {ValidatorOptInRouterAddress}
      </td>
    </tr>

    <tr>
      <td>VanillaRegistry</td>

      <td>
        {VanillaRegistryAddress}
      </td>
    </tr>

    <tr>
      <td>MevCommitAVS</td>

      <td>
        {MevCommitAVSAddress}
      </td>
    </tr>

    <tr>
      <td>MevCommitMiddleware</td>

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

### **Other addresses (Holesky)**

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

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

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

### **Bridge Gateway (Holesky)**

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

  <tbody>
    <tr>
      <td>L1Gateway</td>

      <td>
        {L1Gateway_0_8_0}
      </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.0.0/developers/system-requirements)
