Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 29, 2025
1 parent 66d4d42 commit bb8b56f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contracts/deploy/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function saveToDeployedJson(
addressesInfo: AddressInfo[],
newDeployment: boolean = false
) {
// Write plugin repo address to file
const fs = require('fs');

Check failure on line 61 in packages/contracts/deploy/helpers.ts

View workflow job for this annotation

GitHub Actions / checks

Require statement not part of import statement

Check failure on line 61 in packages/contracts/deploy/helpers.ts

View workflow job for this annotation

GitHub Actions / formatting-linting / checks

Require statement not part of import statement

Check failure on line 61 in packages/contracts/deploy/helpers.ts

View workflow job for this annotation

GitHub Actions / formatting-linting / checks

Require statement not part of import statement
const outputPath = DEPLOYMENT_JSON_PATH;

Expand Down

0 comments on commit bb8b56f

Please sign in to comment.