Skip to content

Commit

Permalink
Update v0, v1 and v2 code examples (#775) (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
JameStark authored Aug 29, 2023
1 parent b671b27 commit a4e19c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ declare_v2_tx_hash = ℎ(
version,
sender_address,
0,
class_hash,
h(class_hash),
max_fee,
chain_id,
nonce,
Expand Down Expand Up @@ -230,7 +230,7 @@ declare_v1_tx_hash = ℎ(
version,
sender_address,
0,
class_hash,
h(class_hash),
max_fee,
chain_id,
nonce
Expand Down Expand Up @@ -258,7 +258,7 @@ declare_v0_tx_hash = ℎ(
version,
sender_address,
0,
0,
h(),
max_fee,
chain_id,
class_hash
Expand Down

0 comments on commit a4e19c8

Please sign in to comment.