File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
_run-speculos :
35
35
docker run --rm -it -v $(shell pwd) :/app --publish 25000:5000 --publish 9999:9999 -e DISPLAY=' host.docker.internal:0' \
36
36
-v ' /tmp/.X11-unix:/tmp/.X11-unix' --privileged $(ledger_app_dev_tools ) \
37
- speculos -m $(device ) /app/app/target/$(path ) /release/app
37
+ speculos -m $(device ) /app/app/target/$(path ) /release/alephium
38
38
39
39
run-speculos :
40
40
@make run-speculos-nanos
@@ -66,7 +66,7 @@ run-github-ci:
66
66
docker run --rm -v $(shell pwd) :/app -v ledger-alephium-cargo:/opt/.cargo $(ledger_app_builder ) \
67
67
bash -c " cd app && cargo ledger build $( path) -- --no-default-features --features debug"
68
68
docker run --name speculos --rm -v $(shell pwd) :/app --publish 25000:5000 --publish 9999:9999 \
69
- $(ledger_app_dev_tools ) speculos -m $(device ) /app/app/target/$(path ) /release/app --display headless &
69
+ $(ledger_app_dev_tools ) speculos -m $(device ) /app/app/target/$(path ) /release/alephium --display headless &
70
70
cd js && sleep 3 && MODEL=$(device ) npm run speculos-test && docker stop speculos && cd ..
71
71
72
72
.PHONY : release clean
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " app "
2
+ name = " alephium "
3
3
version = " 0.4.0"
4
4
authors = [" alephium devs" ]
5
5
edition = " 2021"
@@ -24,7 +24,7 @@ lto = true
24
24
name = " Alephium"
25
25
curve = [" secp256k1" ]
26
26
flags = " 0"
27
- path = [" m/ 44'/1234'" ]
27
+ path = [" 44'/1234'" ]
28
28
29
29
[package .metadata .ledger .nanos ]
30
30
icon = " alph_16x16.gif"
You can’t perform that action at this time.
0 commit comments