Skip to content

Commit d4c7b2c

Browse files
committed
Update salt
1 parent e4f7802 commit d4c7b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet_py/tests/unit/signer/test_ledger_signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async def test_deploy_account_and_transfer(client_fork_mode):
215215
)
216216
# argent v0.4.0 class hash
217217
class_hash = 0x36078334509B514626504EDC9FB252328D1A240E4E948BEF8D0C08DFF45927F
218-
salt = 1
218+
salt = 2
219219
calldata = [0, signer.public_key, 1]
220220
address = compute_address(
221221
salt=salt,

0 commit comments

Comments
 (0)