Skip to content

Commit

Permalink
Fix BaseType bug that slipped in during WIP commit
Browse files Browse the repository at this point in the history
The bug was introduced in ae0d20c. This commit fixes it.
  • Loading branch information
BowTiedRadone committed Jan 23, 2025
1 parent 5761171 commit 0868451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export type ComplexTypesToCV = {

/** The base Clarity parameter types, as found in the contract interface. */
export type BaseType =
| "int"
| "uint"
| "int128"
| "uint128"
| "bool"
| "principal"
| "trait_reference";
Expand Down

0 comments on commit 0868451

Please sign in to comment.