Skip to content

Commit

Permalink
integration cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
dtribble committed Jul 6, 2024
1 parent d1abff4 commit 2ece7a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { E } from '@endo/far';
import { heapVowE } from '@agoric/vow/vat.js';
import { makeStateRecord } from '@agoric/async-flow';
import { AmountShape } from '@agoric/ertp';
import { Fail } from '@agoric/assert';
import { Fail } from '@endo/errors';
import { CosmosChainInfoShape } from '../typeGuards.js';
import { withOrchestration } from '../utils/start-helper.js';
import { orchestrationFns } from './sendAnywhereOrchestration.js';
Expand Down
2 changes: 0 additions & 2 deletions packages/orchestration/src/facade.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @file Orchestration service */

import { Fail } from '@endo/errors';
import { pickFacet } from '@agoric/vat-data';
import { prepareOrchestratorKit } from './exos/orchestrator.js';

/**
* @import {AsyncFlowTools} from '@agoric/async-flow';
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestration/src/utils/zoeutils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Fail } from '@agoric/assert';
import { Fail } from '@endo/errors';
import { atomicTransfer } from '@agoric/zoe/src/contractSupport/index.js';

/**
Expand Down

0 comments on commit 2ece7a9

Please sign in to comment.