Skip to content

Commit

Permalink
exporting OrbitSetupScriptConfigParams type
Browse files Browse the repository at this point in the history
  • Loading branch information
dindonero committed Nov 21, 2024
1 parent 629e688 commit 48f43d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import { CoreContracts } from './types/CoreContracts';
import { ParentChain, ParentChainId } from './types/ParentChain';
import { NodeConfig } from './types/NodeConfig.generated';
import { NodeConfigChainInfoJson } from './types/NodeConfig';
import { PrepareNodeConfigParams, prepareNodeConfig } from './prepareNodeConfig';
import { PrepareNodeConfigParams, prepareNodeConfig, OrbitSetupScriptConfigParams } from './prepareNodeConfig';
import {
CreateTokenBridgeParams,
CreateTokenBridgeResults,
Expand Down Expand Up @@ -228,6 +228,7 @@ export {
NodeConfig,
NodeConfigChainInfoJson,
PrepareNodeConfigParams,
OrbitSetupScriptConfigParams,
prepareNodeConfig,
prepareKeyset,
utils,
Expand Down

0 comments on commit 48f43d4

Please sign in to comment.