Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 18, 2024
1 parent 5f5f28e commit 83ce72e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages/relayer/config.json

# ABIs
packages/relayer/src/abis/*
!packages/realyer/src/abis/mod.rs
!packages/relayer/src/abis/mod.rs

# Prover
packages/prover/build/*
Expand Down
11 changes: 11 additions & 0 deletions packages/relayer/src/abis/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#![allow(clippy::all)]


#[cfg_attr(rustfmt, rustfmt::skip)]
pub mod ecdsa_owned_dkim_registry;

#[cfg_attr(rustfmt, rustfmt::skip)]
pub mod email_auth;

pub use ecdsa_owned_dkim_registry::ECDSAOwnedDKIMRegistry;
pub use email_auth::*;

0 comments on commit 83ce72e

Please sign in to comment.