-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added docs for the mainnet #202
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
The [mev-commit contracts](https://github.com/primev/mev-commit/tree/main/contracts) verify and manage the movement of funds as a response to bid and commitment activities that occur on our p2p network. | ||
|
||
For mev-commit mainnet contract addresses please refer to [Mainnet](/v0.8.0/developers/mainnet) section. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be |
||
For mev-commit testnet contract addresses please refer to [Testnet](/v0.8.0/developers/testnet) section. | ||
|
||
## Core Contracts | ||
|
@@ -50,4 +52,8 @@ The standard bridge protocol for native ETH transfers between L1 and the mev-com | |
|
||
## Deploying Custom Contracts | ||
|
||
you can deploy any EVM compatible contracts to the mev-commit chain, simply set your **Chain ID to 17864** and RPC Url to `https://chainrpc.testnet.mev-commit.xyz`. | ||
### Mainnet | ||
You can deploy any EVM compatible contracts to the mev-commit chain, simply set your **Chain ID to tbd** and RPC Url to `https://chainrpc.mev-commit.xyz`. | ||
|
||
### Testnet | ||
You can deploy any EVM compatible contracts to the mev-commit chain, simply set your **Chain ID to 17864** and RPC Url to `https://chainrpc.testnet.mev-commit.xyz`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,91 @@ title: Mev-commit Mainnet | |
sidebarTitle: Mainnet | ||
--- | ||
|
||
Mev-commit is rolling out support for Ethereum mainnet in the coming weeks! Below is what's been deployed so far. | ||
Live with Ethereum Mainnet, 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 | | ||
| ----------------- | ---------------------------------------------------------------------------------------------- | | ||
| Mainnet RPC | [https://chainrpc.mev-commit.xyz/](https://chainrpc.mev-commit.xyz/) | | ||
| Mainnet WebSocket | [wss://chainrpc-wss.mev-commit.xyz](wss://chainrpc-wss.mev-commit.xyz) | | ||
| Bootnode endpoint | [https://bootnode.mev-commit.xyz/](https://bootnode.mev-commit.xyz/) | | ||
| Block explorer | [http://explorer.mev-commit.xyz](http://explorer.mev-commit.xyz) | | ||
|
||
### **Core Contract Addresses (mev-commit chain)** | ||
|
||
import { BidderRegistryAddressMainnet0_8_0, ProviderRegistryAddressMainnet0_8_0, PreconfManagerAddressMainnet0_8_0, OracleAddressMainnet0_8_0, BlockTrackerAddressMainnet0_8_0 } from '/snippets/mainnet-addresses.mdx'; | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th width="299">Contract</th> | ||
<th>Address</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>BidderRegistry</td> | ||
<td>{BidderRegistryAddressMainnet0_8_0}</td> | ||
</tr> | ||
<tr> | ||
<td>ProviderRegistry</td> | ||
<td>{ProviderRegistryAddressMainnet0_8_0}</td> | ||
</tr> | ||
<tr> | ||
<td>PreconfManager</td> | ||
<td>{PreconfManagerAddressMainnet0_8_0}</td> | ||
</tr> | ||
<tr> | ||
<td>Oracle</td> | ||
<td>{OracleAddressMainnet0_8_0}</td> | ||
</tr> | ||
<tr> | ||
<td>BlockTracker</td> | ||
<td>{OracleAddressMainnet0_8_0}</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### **Bridge Gateway (mev-commit chain)** | ||
|
||
import { SettlementGatewayMainnet0_8_0 } from '/snippets/mainnet-addresses.mdx'; | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th width="299">Contract</th> | ||
<th>Address</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>SettlementGateway</td> | ||
<td>{SettlementGatewayMainnet0_8_0}</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### **Bridge Gateway (Holesky)** | ||
shaspitz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
import { L1GatewayMainnet0_8_0 } from '/snippets/mainnet-addresses.mdx'; | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th width="299">Entity</th> | ||
<th>Address</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>L1Gateway</td> | ||
<td>{L1GatewayMainnet0_8_0}</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### **L1 Validator Registries** | ||
|
||
|
@@ -80,3 +164,11 @@ import { | |
</table> | ||
|
||
All contract calls should be made through the proxy contracts. Implementations are listed for transparency, where verified contract code can be viewed. | ||
|
||
## 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. | ||
|
||
## Mainnet System Requirements | ||
|
||
Please refer to the System Requirements section [here.](/v0.8.0/developers/system-requirements) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ By opting-in to the mev-commit protocol as a validator **in one of the three for | |
| Relay | Docs | | ||
|-------|------| | ||
| Titan | [docs.titanrelay.xyz](https://docs.titanrelay.xyz/) | | ||
| Aestus| [holesky.aestus.live](https://holesky.aestus.live/) | | ||
| Aestus Mainnet | [mainnet.aestus.live](https://mainnet.aestus.live/) | | ||
| Aestus Holesky | [holesky.aestus.live](https://holesky.aestus.live/) | | ||
|
||
We expect all known relays to support opting-in to mev-commit within a few months of being live on mainnet. If you are a relay looking to join the mev-commit network please visit our [Relays page](/v0.8.0/get-started/relays) to get more information. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be |
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be
v1.0.0
.