Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update exports
  • Loading branch information
chrstph-dvx committed Aug 19, 2024
commit d4eda1c6028ca5b938cbb0af26a5b85824746b50
8 changes: 3 additions & 5 deletions src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { getMaxTimeVariation } from './getMaxTimeVariation';
import { isBatchPoster } from './isBatchPoster';
import { isValidKeysetHash } from './isValidKeysetHash';

export { getMaxTimeVariation, isBatchPoster, isValidKeysetHash };
export * from './getMaxTimeVariation';
export * from './isBatchPoster';
export * from './isValidKeysetHash';
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ import {
getConsensusReleaseByWasmModuleRoot,
GetConsensusReleaseByWasmModuleRoot,
} from './wasmModuleRoot';
import { getMaxTimeVariation, isBatchPoster, isValidKeysetHash } from './actions';
export * from './actions';

export {
arbOwnerPublicActions,
Expand Down Expand Up @@ -252,8 +252,4 @@ export {
isKnownWasmModuleRoot,
getConsensusReleaseByWasmModuleRoot,
GetConsensusReleaseByWasmModuleRoot,
//
getMaxTimeVariation,
isBatchPoster,
isValidKeysetHash,
};