Skip to content

Commit

Permalink
Fixtransaction version string for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
devnet0x committed Sep 26, 2024
1 parent 8a777bb commit 890965e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class InvokeTransactionV1
required Felt nonce,
required Felt senderAddress,
required List<Felt> calldata,
@Default('0x01') String version,
@Default('0x1') String version,
@Default('INVOKE') String type,
}) = _InvokeTransactionV1;

Expand Down

0 comments on commit 890965e

Please sign in to comment.