Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 19, 2024
1 parent b921c17 commit fe6d9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eth-providers/src/base-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { createHeaderExtended } from '@polkadot/api-derive';
import { filter, first, timeout } from 'rxjs/operators';
import { getAddress } from '@ethersproject/address';
import { hexDataLength, hexValue, hexZeroPad, hexlify, isHexString, joinSignature } from '@ethersproject/bytes';
import { hexToU8a, isNull, u8aToHex, u8aToU8a } from '@polkadot/util';
import { isNull, u8aToHex, u8aToU8a } from '@polkadot/util';
import BN from 'bn.js';
import LRUCache from 'lru-cache';

Expand Down

0 comments on commit fe6d9e1

Please sign in to comment.