Skip to content

Commit

Permalink
use abigen branch where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Aug 1, 2023
1 parent 4e0d143 commit 51e2761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions gems.blend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ crate-type = ["cdylib"]
prost = { workspace = true }
prost-types = { workspace = true }
substreams = { workspace = true }
substreams-antelope = { workspace = true }
# substreams-antelope = { path = "/Users/shkvo/github/Pinax/substreams-antelope" }
substreams-antelope = { git = "https://github.com/pinax-network/substreams-antelope.git", branch = "feat/abigen" }
#substreams-antelope = { workspace = true }
#substreams-antelope = { path = "/Users/shkvo/github/Pinax/substreams-antelope" }
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }

[build-dependencies]
substreams-antelope = { workspace = true }
# substreams-antelope = { path = "/Users/shkvo/github/Pinax/substreams-antelope" }
substreams-antelope = { git = "https://github.com/pinax-network/substreams-antelope.git", branch = "feat/abigen" }
#substreams-antelope = { workspace = true }
#substreams-antelope = { path = "/Users/shkvo/github/Pinax/substreams-antelope" }
2 changes: 1 addition & 1 deletion pomelo.bounties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ crate-type = ["cdylib"]
prost = { workspace = true }
prost-types = { workspace = true }
substreams = { workspace = true }
substreams-antelope = { workspace = true }
substreams-antelope = { git = "https://github.com/pinax-network/substreams-antelope.git", branch = "feat/abigen" }
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 51e2761

Please sign in to comment.