Skip to content

Commit

Permalink
fixup! chore(multichain-testing): adapt to eslint v9 flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Jan 21, 2025
1 parent e0ba0f7 commit 9b673b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multichain-testing/tools/e2e-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const trace = makeTracer('E2ET');
const BLD = '000000ubld';

export const txAbbr = tx => {
// eslint-disable-next-line camelcase
const { txhash, code, height, gas_used } = tx;
// eslint-disable-next-line camelcase
return { txhash, code, height, gas_used };
};

Expand Down

0 comments on commit 9b673b2

Please sign in to comment.