Skip to content

Commit

Permalink
Add BoundedInt terminal to type_uint word
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Aug 19, 2024
1 parent 2869338 commit 1b80403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet_py/abi/v2/parser_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
type_felt: "core::felt252"
type_bytes: "core::bytes_31::bytes31"
type_bool: "core::bool"
type_uint: "core::integer::u" INT
type_uint: "core::integer::u" INT | "core::internal::BoundedInt::<" INT "," WS? INT ">"
type_contract_address: "core::starknet::contract_address::ContractAddress"
type_class_hash: "core::starknet::class_hash::ClassHash"
type_storage_address: "core::starknet::storage_access::StorageAddress"
Expand Down

0 comments on commit 1b80403

Please sign in to comment.