@@ -70,7 +70,7 @@ def test_gcs_nft(firmware: Firmware,
70
70
"data" : data ,
71
71
"chainId" : 1
72
72
}
73
- with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , SignMode .STORE ):
73
+ with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , mode = SignMode .STORE ):
74
74
pass
75
75
76
76
fields = [
@@ -272,7 +272,7 @@ def test_gcs_poap(firmware: Firmware,
272
272
response = app_client .provide_tx_simulation (simu_params )
273
273
assert response .status == StatusWord .OK
274
274
275
- with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , SignMode .STORE ):
275
+ with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , mode = SignMode .STORE ):
276
276
pass
277
277
278
278
fields = [
@@ -451,7 +451,7 @@ def test_gcs_1inch(firmware: Firmware,
451
451
"data" : data ,
452
452
"chainId" : 1
453
453
}
454
- with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , SignMode .STORE ):
454
+ with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , mode = SignMode .STORE ):
455
455
pass
456
456
457
457
fields = [
@@ -608,7 +608,7 @@ def test_gcs_proxy(firmware: Firmware,
608
608
"data" : data ,
609
609
"chainId" : 1
610
610
}
611
- with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , SignMode .STORE ):
611
+ with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , mode = SignMode .STORE ):
612
612
pass
613
613
614
614
fields = [
@@ -720,7 +720,7 @@ def test_gcs_4226(firmware: Firmware,
720
720
"data" : data ,
721
721
"chainId" : 1
722
722
}
723
- with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , SignMode .STORE ):
723
+ with app_client .sign ("m/44'/60'/0'/0/0" , tx_params , mode = SignMode .STORE ):
724
724
pass
725
725
726
726
swell_token_addr = bytes .fromhex ("0a6e7ba5042b38349e437ec6db6214aec7b35676" )
0 commit comments