Skip to content

Commit

Permalink
Add indexer for eth tx hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Dec 19, 2024
1 parent e964644 commit a2824be
Show file tree
Hide file tree
Showing 18 changed files with 1,663 additions and 373 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rustdocflags = [
CC_x86_64_unknown_linux_musl = { value = ".cargo/musl-gcc", force = true, relative = true }
CXX_x86_64_unknown_linux_musl = { value = ".cargo/musl-g++", force = true, relative = true }
CARGO_WORKSPACE_ROOT_DIR = { value = "", relative = true }
SQLX_OFFLINE = "true"

[net]
retry = 5
Expand Down
Loading

0 comments on commit a2824be

Please sign in to comment.