Skip to content

Commit

Permalink
Add support for class_hash::ClassHash (#362)
Browse files Browse the repository at this point in the history
* [skip testnet]
  • Loading branch information
augustbleeds committed May 9, 2023
1 parent 4193389 commit 4a5fb19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const COMMON_NUMERIC_TYPES = [
"core::integer::u32",
"core::integer::u64",
"core::integer::u128",
"core::starknet::contract_address::ContractAddress"
"core::starknet::contract_address::ContractAddress",
"core::starknet::class_hash::ClassHash"
];

const ARRAY_TYPE_PREFIX = "core::array::Array::<";
Expand Down

0 comments on commit 4a5fb19

Please sign in to comment.