Skip to content

Commit

Permalink
chore: remove swingset-vat types-ambient imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 28, 2022
1 parent e889526 commit 8980a2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/smart-wallet/src/walletFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { shape } from './typeGuards.js';

// Ambient types. Needed only for dev but this does a runtime import.
import '@agoric/vats/exported.js';
import '@agoric/swingset-vat/src/types-ambient.js';

const PrivateArgsShape = harden(
M.split(
Expand Down
2 changes: 0 additions & 2 deletions packages/zoe/src/contractFacet/zcfMint.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import '../internal-types.js';
import './internal-types.js';
import './types.js';

import '@agoric/swingset-vat/src/types-ambient.js';

const { details: X } = assert;

// helpers for the code shared between MakeZCFMint and RegisterZCFMint
Expand Down
2 changes: 0 additions & 2 deletions packages/zoe/src/contractFacet/zcfZygote.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import '../../exported.js';
import '../internal-types.js';
import './internal-types.js';

import '@agoric/swingset-vat/src/types-ambient.js';

const { details: X, makeAssert } = assert;

/**
Expand Down

0 comments on commit 8980a2d

Please sign in to comment.