Skip to content

Commit

Permalink
fixup! refactor(orchestration): move chainAccountKit to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Apr 30, 2024
1 parent 770160d commit e7d066f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/orchestration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export * from './src/types.js';
export * from './src/utils/address.js';
export * from './src/utils/packet.js';
export * from './src/service.js';
export * from './src/queryConnection.js';
export * from './src/typeGuards.js';
2 changes: 1 addition & 1 deletion packages/orchestration/src/exos/chainAccountKit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-check
/** @file Orchestration service */
/** @file ChainAccount exo */
import { NonNullish } from '@agoric/assert';
import { makeTracer } from '@agoric/internal';
import '@agoric/network/exported.js';
Expand Down

0 comments on commit e7d066f

Please sign in to comment.