Skip to content

Commit

Permalink
ignore lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jun 18, 2023
1 parent 5801c44 commit ed9aefb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3/test/e2e/e2e_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const getE2ETestAccountAddress = (): string => {
};

export const getE2ETestContractAddress = () =>
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
secrets[getSystemTestBackend().toUpperCase() as 'SEPOLIA' | 'MAINNET']
.DEPLOYED_TEST_CONTRACT_ADDRESS as string;

Expand Down

0 comments on commit ed9aefb

Please sign in to comment.