Skip to content

Commit

Permalink
fix: add new epochs in js sdk types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 29, 2024
1 parent fb794c1 commit 52c7dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/clarinet-sdk/src/contractInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export type StacksEpochId =
| "Epoch21"
| "Epoch22"
| "Epoch23"
| "Epoch24";
| "Epoch24"
| "Epoch25"
| "Epoch30";

export type ClarityVersion = "Clarity1" | "Clarity2";

Expand Down

0 comments on commit 52c7dc4

Please sign in to comment.