From a5ed4f62c7abab662f42022d17eec3501aa52d19 Mon Sep 17 00:00:00 2001 From: moricho Date: Thu, 4 Jul 2024 12:20:47 +0900 Subject: [PATCH 1/2] chore(docs): Add the missing crate `rpc-types-mev` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84a60b93079..b7f4c0d8c22 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ This repository contains the following crates: - [`alloy-rpc-types-beacon`] - Types for the [Ethereum Beacon Node API][beacon-apis] - [`alloy-rpc-types-engine`] - Types for the `engine` Ethereum JSON-RPC namespace - [`alloy-rpc-types-eth`] - Types for the `eth` Ethereum JSON-RPC namespace + - [`alloy-rpc-types-mev`] - Types for the MEV bundle JSON-RPC namespace. - [`alloy-rpc-types-trace`] - Types for the `trace` Ethereum JSON-RPC namespace - [`alloy-rpc-types-txpool`] - Types for the `txpool` Ethereum JSON-RPC namespace - [`alloy-serde`] - [Serde]-related utilities @@ -86,6 +87,7 @@ This repository contains the following crates: [`alloy-rpc-types-beacon`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-beacon [`alloy-rpc-types-engine`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-engine [`alloy-rpc-types-eth`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-eth +[`alloy-rpc-types-mev`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-mev [`alloy-rpc-types-trace`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-trace [`alloy-rpc-types-txpool`]: https://github.com/alloy-rs/alloy/tree/main/crates/rpc-types-txpool [`alloy-serde`]: https://github.com/alloy-rs/alloy/tree/main/crates/serde From caca35e8bc29eab29b332781199bb02de524eb3e Mon Sep 17 00:00:00 2001 From: moricho Date: Thu, 4 Jul 2024 12:23:34 +0900 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f4c0d8c22..7f618a9823e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This repository contains the following crates: - [`alloy-rpc-types-beacon`] - Types for the [Ethereum Beacon Node API][beacon-apis] - [`alloy-rpc-types-engine`] - Types for the `engine` Ethereum JSON-RPC namespace - [`alloy-rpc-types-eth`] - Types for the `eth` Ethereum JSON-RPC namespace - - [`alloy-rpc-types-mev`] - Types for the MEV bundle JSON-RPC namespace. + - [`alloy-rpc-types-mev`] - Types for the MEV bundle JSON-RPC namespace - [`alloy-rpc-types-trace`] - Types for the `trace` Ethereum JSON-RPC namespace - [`alloy-rpc-types-txpool`] - Types for the `txpool` Ethereum JSON-RPC namespace - [`alloy-serde`] - [Serde]-related utilities