Skip to content

Commit

Permalink
adapt.ts: fix core::integer::u32 (#360)
Browse files Browse the repository at this point in the history
* [skip ci]
  • Loading branch information
cfal authored May 5, 2023
1 parent 44af32c commit 5d94eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const COMMON_NUMERIC_TYPES = [
"core::felt252",
"core::integer::u8",
"core::integer::u16",
"core::integer::u38",
"core::integer::u32",
"core::integer::u64",
"core::integer::u128",
"core::integer::u256",
Expand Down

0 comments on commit 5d94eb7

Please sign in to comment.