From 947dc7affc463d6306208012a801e60d4f8d54c2 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 2 May 2024 10:46:01 -0400 Subject: [PATCH] fix: Zenith name --- crates/types/src/bindings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/src/bindings.rs b/crates/types/src/bindings.rs index 4d727d5..c4a55af 100644 --- a/crates/types/src/bindings.rs +++ b/crates/types/src/bindings.rs @@ -2,6 +2,6 @@ use alloy_sol_types::sol; sol!( #[sol(rpc)] - ZenithContract, + Zenith, "abi/zenith.json" );