File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc-site/docs/tutorials/custom_contracts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ edition = "2021"
121121
122122[dependencies ]
123123# The version of firefly-balius should match the version of firefly-cardano which you are using.
124- firefly-balius = { git = " https://github.com/hyperledger/firefly-cardano" , rev = " 0.4.2 " }
124+ firefly-balius = { git = " https://github.com/hyperledger/firefly-cardano" , rev = " <firefly cardano version> " }
125125pallas-addresses = " 0.32"
126126serde = { version = " 1" , features = [" derive" ] }
127127
@@ -243,7 +243,7 @@ This tool will
243243
244244``` sh
245245# The version here should match the version of firefly-cardano which you are using.
246- cargo install --git https://github.com/hyperledger/firefly-cardano --version 0.3.1 firefly-cardano-deploy
246+ cargo install --git https://github.com/hyperledger/firefly-cardano --version < firefly cardano version > firefly-cardano-deploy
247247
248248CONTRACT_PATH=" /path/to/your/dapp"
249249FIREFLY_URL=" http://localhost:5000"
You can’t perform that action at this time.
0 commit comments