Skip to content

Commit

Permalink
chore: deconflict core-eval export
Browse files Browse the repository at this point in the history
tsc is complaining about redefinition. maybe a bug but this workaround is clean.
  • Loading branch information
turadg committed Dec 15, 2023
1 parent 624ac4a commit d790b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inter-protocol/test/psm/gov-add-psm.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {
};

/** @param {unknown} permittedPowers see gov-add-psm-permit.json */
const main = async permittedPowers => {
const govAddPsm = async permittedPowers => {
console.log('starting PSM:', DAI);
const {
consume: { feeMintAccess: _, ...restC },
Expand All @@ -43,4 +43,4 @@ const main = async permittedPowers => {
};

// "export" from script
main;
govAddPsm;

0 comments on commit d790b45

Please sign in to comment.