Skip to content

Commit

Permalink
fixup! fix(orchestration): chainHub accepts zone
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Sep 23, 2024
1 parent 1e9b62c commit f1965f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/orchestration/src/exos/chain-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CosmosChainInfoShape, IBCConnectionInfoShape } from '../typeGuards.js';
/**
* @import {NameHub} from '@agoric/vats';
* @import {Vow, VowTools} from '@agoric/vow';
* @import {Zone} from '@agoric/zone'
* @import {Zone} from '@agoric/zone';
* @import {CosmosAssetInfo, CosmosChainInfo, IBCConnectionInfo} from '../cosmos-api.js';
* @import {ChainInfo, KnownChains} from '../chain-info.js';
* @import {Denom} from '../orchestration-api.js';
Expand Down
4 changes: 2 additions & 2 deletions packages/orchestration/src/utils/start-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ export const provideOrchestration = (
return {
/** system names for async flow */
asyncFlow: zone.subZone('asyncFlow'),
/** system zone for chain hub */
chainHub: zone.subZone('chainHub'),
/** system names for orchestration implementation */
orchestration: zone.subZone('orchestration'),
/** system names for chainHub */
chainHub: zone.subZone('chainHub'),
/** system names for vows */
vows: zone.subZone('vows'),
/** contract-provided names, and subzones */
Expand Down

0 comments on commit f1965f9

Please sign in to comment.