Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Feb 29, 2024
1 parent 018cc99 commit fe053dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/integration-tests/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,4 @@ export enum BlockExplorer {
localNetwork = "/?network=local",
}

export enum CustomValue {
txSumEth = "0.000009",
}

export const txSumEth: string = CustomValue.txSumEth;
export const txSumEth = "0.000009";

0 comments on commit fe053dc

Please sign in to comment.