We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2f7a8 commit d190e3bCopy full SHA for d190e3b
src/vit-testing/mainnet-lib/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
[dependencies]
9
cardano-serialization-lib = "11.1.0"
10
jormungandr-lib = { path = "../../jormungandr/jormungandr-lib" }
11
-blockfrost = { path = "../../../../blockfrost-rust" }
+blockfrost = { git = "https://github.com/dkijania/blockfrost-rust.git" }
12
jortestkit = { path = "../../jortestkit" }
13
tempdir = "0.3.7"
14
snapshot-lib = { path = "../../catalyst-toolbox/snapshot-lib", features=["proptest"] }
0 commit comments