File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
starknet_py/tests/unit/signer Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
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
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ async def test_deploy_account_and_transfer(client):
214
214
signer = LedgerSigner (
215
215
chain_id = StarknetChainId .SEPOLIA ,
216
216
)
217
- # argent v0.4.0 class hash
218
217
class_hash = 0x061DAC032F228ABEF9C6626F995015233097AE253A7F72D68552DB02F2971B8F
219
218
salt = 1
220
219
calldata = [signer .public_key ]
You can’t perform that action at this time.
0 commit comments