From f1965f98ab37a8c785716c10f530e2165a836159 Mon Sep 17 00:00:00 2001 From: Mathieu Hofman Date: Mon, 23 Sep 2024 06:42:30 +0000 Subject: [PATCH] fixup! fix(orchestration): chainHub accepts zone --- packages/orchestration/src/exos/chain-hub.js | 2 +- packages/orchestration/src/utils/start-helper.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/orchestration/src/exos/chain-hub.js b/packages/orchestration/src/exos/chain-hub.js index e060fdbe2a7..e9f52972e4b 100644 --- a/packages/orchestration/src/exos/chain-hub.js +++ b/packages/orchestration/src/exos/chain-hub.js @@ -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'; diff --git a/packages/orchestration/src/utils/start-helper.js b/packages/orchestration/src/utils/start-helper.js index 12c2dc7c8c7..7c37457ffa7 100644 --- a/packages/orchestration/src/utils/start-helper.js +++ b/packages/orchestration/src/utils/start-helper.js @@ -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 */