Skip to content

Commit

Permalink
chore(liquidationVisibility): builders lint fix
Browse files Browse the repository at this point in the history
Refs: #35
  • Loading branch information
anilhelvaci committed Jun 25, 2024
1 parent 2ca4a8a commit 03a8a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builders/scripts/inter-protocol/upgrade-vaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { makeHelpers } from '@agoric/deploy-script-support';
import { makeInstallCache } from '@agoric/inter-protocol/src/proposals/utils.js';
import { getManifestVaultsUpgrade } from '@agoric/inter-protocol/src/proposals/vaultsUpgrade.js';

/** @type {import('@agoric/deploy-script-support/src/externalTypes.js').ProposalBuilder} */
/** @type {import('@agoric/deploy-script-support/src/externalTypes.js').CoreEvalBuilder} */
export const vaultsUpgradeProposalBuilder = async ({
publishRef,
install: install0,
Expand Down

0 comments on commit 03a8a40

Please sign in to comment.