Skip to content

Commit

Permalink
fix: export all from abi (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni authored Jun 10, 2024
1 parent f3f90b3 commit 8dcc198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { Methods } from './methods.js';
export type { ABI } from './contract.js';
export * from './contract.js';
export * as Errors from './errors.js';
export * as SPEC from './components.js';
export * from './nonspec.js';

0 comments on commit 8dcc198

Please sign in to comment.