Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Feb 2, 2024
1 parent a3d59d6 commit bad58c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/tests/ts-integration/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export async function scaledGasPrice(wallet: ethers.Wallet | zksync.Wallet): Pro
* @returns Boolean that indicates whether it is Validium mode.
*/
export async function isValidium(): Promise<boolean> {

const filePath = `${process.env.ZKSYNC_HOME}/etc/env/dev.env`;

try {
Expand All @@ -128,4 +127,3 @@ export async function isValidium(): Promise<boolean> {
return false; // Return a default value or handle the error as needed
}
}

0 comments on commit bad58c1

Please sign in to comment.