Skip to content

Commit

Permalink
Add missing contract_address_salt in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 25, 2024
1 parent a18fd05 commit a3d45c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/apdu/tx_deploy_account_v1.dat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=> 5a0600001880000a55c741e9c9c47a6028800000008000000000000000
=> 5a060100a0016d12c2c06057995bd961c0eb75ffdbf6710f9776abaa1278234ed4d43bccc901c0bb51e2ce73dc007601a1e7725453627254016c28f118251a71bbb0507fcb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000534e5f4d41494e0000000000000000000000000000000000000000000000000000000000000000
=> 5a060100a0016d12c2c06057995bd961c0eb75ffdbf6710f9776abaa1278234ed4d43bccc901c0bb51e2ce73dc007601a1e7725453627254016c28f118251a71bbb0507fcb01f0bb51e2ce73dc007601a1e77254536272540162a8c118251a71bbb0507faf00000000000000000000000000000000000000000000000000534e5f4d41494e0000000000000000000000000000000000000000000000000000000000000000
=> 5a06020020000000000000000000000000000000000000000000000000000000e8d4a51000
=> 5a060300200000000000000000000000000000000000000000000000000000000000000002
=> 5a0604004000ddfe9f9ebc9dd230f906008e54c8b56994250505a13737609ed57f4e4d79360000000000000000000000000000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion samples/apdu/tx_deploy_account_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"p1": 1,
"p2": 0
},
"data": "016d12c2c06057995bd961c0eb75ffdbf6710f9776abaa1278234ed4d43bccc901c0bb51e2ce73dc007601a1e7725453627254016c28f118251a71bbb0507fcb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000534e5f4d41494e0000000000000000000000000000000000000000000000000000000000000000"
"data": "016d12c2c06057995bd961c0eb75ffdbf6710f9776abaa1278234ed4d43bccc901c0bb51e2ce73dc007601a1e7725453627254016c28f118251a71bbb0507fcb01f0bb51e2ce73dc007601a1e77254536272540162a8c118251a71bbb0507faf00000000000000000000000000000000000000000000000000534e5f4d41494e0000000000000000000000000000000000000000000000000000000000000000"
},
{
"header": {
Expand Down
2 changes: 1 addition & 1 deletion samples/tx/tx_deploy_account_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"max_fee": "1000000000000",
"chain_id": "0x534e5f4d41494e",
"nonce": "0",
"contract_address_salt": "",
"contract_address_salt": "0x01f0bb51e2ce73dc007601a1e77254536272540162a8c118251a71bbb0507faf",
"constructor_calldata": [
"0xddfe9f9ebc9dd230f906008e54c8b56994250505a13737609ed57f4e4d7936",
"0x0"
Expand Down

0 comments on commit a3d45c0

Please sign in to comment.