Skip to content

Commit

Permalink
Adding envio-indexer crate (#35)
Browse files Browse the repository at this point in the history
* Initial commit, adding envio-indexer crate

* Fixing issues with raw log parsing

* Fixing up remaining issues

* Adding missing env var to sample

* Cleaning up code
  • Loading branch information
leboiko authored Jan 7, 2025
1 parent 082093a commit f1b0585
Show file tree
Hide file tree
Showing 22 changed files with 1,165 additions and 90 deletions.
3 changes: 3 additions & 0 deletions .cargo/makefiles/docker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ args = ["build", "-t", "ghcr.io/0xintuition/substreams-sink:latest", "-f", "subs
command = "docker"
args = ["build", "-t", "ghcr.io/0xintuition/cli:latest", "-f", "cli/Dockerfile", "."]

[tasks.build-envio-indexer]
command = "docker"
args = ["build", "-t", "ghcr.io/0xintuition/envio-indexer:latest", "-f", "envio-indexer/Dockerfile", "."]
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ FLAG_LOCAL_WITH_CLASSIFICATION=true
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
HASURA_GRAPHQL_ENDPOINT=http://graphql-engine:8080
HF_TOKEN=optional
HYPERSYNC_TOKEN=your-token
IMAGE_GUARD_URL=http://api:3000
INDEXING_SOURCE=substreams
INTUITION_CONTRACT_ADDRESS=430BbF52503Bd4801E51182f4cB9f8F534225DE5
Expand Down
Loading

0 comments on commit f1b0585

Please sign in to comment.