Skip to content

Commit

Permalink
feat(api-docs): export quest factory abi
Browse files Browse the repository at this point in the history
  • Loading branch information
veganbeef committed Jun 15, 2024
1 parent 3ac14ec commit 37ff890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/abi/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './quest-factory.js';
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export {

export { PluginActionNotImplementedError } from './errors/plugin.js'

export * from './abi/quest-factory.js';

Check failure on line 9 in src/index.ts

View workflow job for this annotation

GitHub Actions / Size

This syntax requires an imported helper but module 'tslib' cannot be found.

Check failure on line 9 in src/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Build

This syntax requires an imported helper but module 'tslib' cannot be found.

export type {
SwapActionParams,
BurnActionParams,
Expand Down

0 comments on commit 37ff890

Please sign in to comment.