Skip to content

Commit

Permalink
fix(deploy-script-support): avoid pulling in notifiers (#7522)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mhofman and mergify[bot] authored Apr 26, 2023
1 parent b07c01d commit c73675d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/deploy-script-support/src/offer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// @ts-check
import { E } from '@endo/far';
import { assert } from '@agoric/assert';
import { AmountMath } from '@agoric/ertp';
// Avoid pulling in too many dependencies like notifiers
import { AmountMath } from '@agoric/ertp/src/amountMath.js';

/** @typedef {import('@agoric/deploy-script-support/src/externalTypes').Petname} Petname */

Expand Down

0 comments on commit c73675d

Please sign in to comment.