Skip to content

Commit

Permalink
exporting on index ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatSoshiant committed Jan 4, 2024
1 parent 701e8d3 commit 9c4bf2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import { CoreContracts } from './types/CoreContracts';
import { ParentChain, ParentChainId } from './types/ParentChain';
import { NodeConfig, NodeConfigChainInfoJson } from './types/NodeConfig';
import { prepareNodeConfig } from './prepareNodeConfig';
import { prepareKeyset } from './prepareKeyset';
import * as utils from './utils';

export {
Expand Down Expand Up @@ -75,5 +76,6 @@ export {
NodeConfig,
NodeConfigChainInfoJson,
prepareNodeConfig,
prepareKeyset,
utils,
};

0 comments on commit 9c4bf2c

Please sign in to comment.