Skip to content

Commit 909499f

Browse files
committed
Resolve conflicts
2 parents 4a8ea1c + 645c2e0 commit 909499f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

3-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/right # Go to version screen
4-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/right # Go to settings screen
5-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/both # Go to blind signing screen
6-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/both # Allow blind signing
7-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/left # Go to "Back" screen
8-
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5000/button/both # Return to main screen
3+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/right # Go to version screen
4+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/right # Go to settings screen
5+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/both # Go to blind signing screen
6+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/both # Allow blind signing
7+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/left # Go to "Back" screen
8+
curl -d '{"action":"press-and-release"}' http://127.0.0.1:5001/button/both # Return to main screen

starknet_py/tests/unit/signer/test_ledger_signer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ async def test_deploy_account_and_transfer(client):
214214
signer = LedgerSigner(
215215
chain_id=StarknetChainId.SEPOLIA,
216216
)
217-
# argent v0.4.0 class hash
218217
class_hash = 0x061DAC032F228ABEF9C6626F995015233097AE253A7F72D68552DB02F2971B8F
219218
salt = 1
220219
calldata = [signer.public_key]

0 commit comments

Comments
 (0)