Skip to content

Commit

Permalink
Fix relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 21, 2024
1 parent 9995f1f commit 2fff637
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1,936 deletions.
9 changes: 0 additions & 9 deletions packages/relayer/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ fn main() {
.unwrap()
.write_to_file("./src/abis/user_overridable_dkim_registry.rs")
.unwrap();
Abigen::new(
"ForwardDKIMRegistry",
"../contracts/artifacts/ForwardDKIMRegistry.sol/ForwardDKIMRegistry.json",
)
.unwrap()
.generate()
.unwrap()
.write_to_file("./src/abis/forward_dkim_registry.rs")
.unwrap();
Abigen::new(
"EmailAccountRecovery",
"../contracts/artifacts/EmailAccountRecovery.sol/EmailAccountRecovery.json",
Expand Down
Loading

0 comments on commit 2fff637

Please sign in to comment.