This commit is contained in:
Enol Álvarez
2024-01-19 13:13:08 +01:00
parent 0e4387e783
commit 72a476c7b8
6 changed files with 122 additions and 8 deletions

View File

@@ -18,7 +18,8 @@ prost = "0.11"
# Use latest from https://crates.io/crates/substreams
substreams = "0.5"
# Use latest from https://crates.io/crates/substreams-solana
substreams-solana = { git = "https://github.com/streamingfast/substreams-solana" }
substreams-solana = { git = "https://github.com/streamingfast/substreams-solana", branch = "master"}
substreams-solana-program-instructions = "0.1"
serde_qs = "0.12.0"
serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0"