Skip to content

Commit

Permalink
fix: export checkIdlIsAnchorV1 (#29)
Browse files Browse the repository at this point in the history
* fix: add checkIdlIsAnchorV1 to export

* docs(changeset): fix: add checkIdlIsAnchorV1 to export"
  • Loading branch information
doodoo-aihc authored May 3, 2024
1 parent a3fe2b4 commit 608cbc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-pens-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solanafm/explorer-kit-idls": patch
---

fix: add checkIdlIsAnchorV1 to export"
1 change: 1 addition & 0 deletions packages/explorerkit-idls/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export type { IdlItem } from "./idls/IdlRepository";
export {
checkIdlIsAnchor,
checkIdlIsAnchorV1,
checkIdlIsShank,
checkIdlIsString,
getMultipleProgramIdls,
Expand Down

0 comments on commit 608cbc4

Please sign in to comment.