Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
feat: update rpc mainnet info
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed May 19, 2024
1 parent 165d0c1 commit 2294f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/Developers/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ operating correctly so long as MEV Boost is also running.

- Description: L2 Node RPC
- URL:
[https://mainnet-api.securerpc.com/l2](https://mainnet-api.securerpc.com/l2/)
[https://xga-api.securerpc.com/v1](https://xga-api.securerpc.com/v1)
- Methods: eth\_\*
- ChainId: 7890785
- Limits: 300 req per minute per IP

- **Beta bundle RPC:**
- Description: Beta bundle submission RPC
- URL:
[https://mainnet-api.securerpc.com/v2](https://mainnet-api.securerpc.com/v2)
[https://mainnet-auction.securerpc.com/](https://mainnet-auction.securerpc.com/)
- Method: mev_sendBetaBundle
- Parameters:
- `txs`: List of txs as bundle e.g. [0x2323...,]
Expand Down
4 changes: 2 additions & 2 deletions docs/Developers/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Full working examples are available for:
- **L2 RPC:**
- Description: L2 Node RPC
- URL:
[https://mainnet-api.securerpc.com/l2](https://mainnet-api.securerpc.com/l2/)
[https://xga-api.securerpc.com/v1](https://xga-api.securerpc.com/v1)
- Methods: eth\_\*
- ChainId: 7890785

Expand Down Expand Up @@ -181,7 +181,7 @@ contract MockBidder {
- **Beta bundle RPC:**
- Description: Beta bundle submission RPC
- URL:
[https://mainnet-api.securerpc.com/v2](https://mainnet-api.securerpc.com/v2)
[https://mainnet-auction.securerpc.com/](https://mainnet-auction.securerpc.com/)
- Method: mev_sendBetaBundle
- Parameters:
- `txs`: List of txs as bundle e.g. [0x2323...,]
Expand Down

0 comments on commit 2294f64

Please sign in to comment.