Skip to content

Commit c5ee8fe

Browse files
committed
fix: stop going through firefly in tests for now
Signed-off-by: Simon Gellis <[email protected]>
1 parent 53060fd commit c5ee8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
deploy-contract:
2-
cargo run -p firefly-cardano-deploy-contract -- --contract-path ./wasm/simple-tx --firefly-url http://localhost:5000
2+
cargo run -p firefly-cardano-deploy-contract -- --contract-path ./wasm/simple-tx
33
demo: deploy-contract
44
cargo run -p firefly-cardano-demo -- --addr-from $ADDR_FROM --addr-to $ADDR_TO --amount 1000000
55
generate-key:

0 commit comments

Comments
 (0)