Skip to content

Commit

Permalink
Removes unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
  • Loading branch information
konstantinabl committed Apr 24, 2024
1 parent 41358e6 commit b62aa2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { CacheService } from './services/cacheService/cacheService';
import { IDebugService } from './services/debugService/IDebugService';
import { DebugService } from './services/debugService';
import { isValidEthereumAddress } from '../formatters';
import { BigNumber } from '@hashgraph/sdk/lib/Transfer';

const _ = require('lodash');
const createHash = require('keccak');
Expand Down

0 comments on commit b62aa2b

Please sign in to comment.