Skip to content

Commit

Permalink
feat: add clarity3 in clarityversion enum
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored and janniks committed Jul 31, 2024
1 parent c8a903b commit 525c3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transactions/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export enum PayloadType {
export enum ClarityVersion {
Clarity1 = 1,
Clarity2 = 2,
Clarity3 = 3,
}

/**
Expand Down

0 comments on commit 525c3ff

Please sign in to comment.