From ee7ce2eb8867049231282c5a1a02c08ed42b6c1e Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 27 Aug 2024 11:29:01 +0200 Subject: [PATCH] chore: rename packages --- crates/eip2930/Cargo.toml | 2 +- crates/eip7702/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/eip2930/Cargo.toml b/crates/eip2930/Cargo.toml index 3ce92e1..1e21741 100644 --- a/crates/eip2930/Cargo.toml +++ b/crates/eip2930/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "eip-2930" +name = "alloy-eip2930" description = "Implementation of EIP-2930 type definitions" version.workspace = true diff --git a/crates/eip7702/Cargo.toml b/crates/eip7702/Cargo.toml index 747a01c..4bf568b 100644 --- a/crates/eip7702/Cargo.toml +++ b/crates/eip7702/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "eip-7702" +name = "alloy-eip7702" description = "Implementation of EIP-7702 type definitions" version.workspace = true