diff --git a/shared.types.ts b/shared.types.ts index c92946c..25a0138 100644 --- a/shared.types.ts +++ b/shared.types.ts @@ -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";