Skip to content

Commit

Permalink
feat: add relayer
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Jan 8, 2025
1 parent 152492f commit 06e2094
Show file tree
Hide file tree
Showing 80 changed files with 111,302 additions and 137,397 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ node_modules/*

# generated docs
/docs/docs/api/*

# Rust stuff
/target
out/
cache/
Cargo.lock
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bindings:
rm -rf $(BINDINGS_OUT_PATH)

# Generate new bindings
@forge bind --root $(CONTRACTS_PATH) --crate-name $(BINDINGS_FOLDER)
@forge bind --root $(CONTRACTS_PATH) --crate-name $(BINDINGS_FOLDER) --select FullRelay

# Move bindings to the correct location
@mv -f $(BINDINGS_OUT_PATH) $(CRATES_FOLDER)
Expand Down
223 changes: 0 additions & 223 deletions crates/bindings/src/address.rs

This file was deleted.

Loading

0 comments on commit 06e2094

Please sign in to comment.