Skip to content

Commit 0061be7

Browse files
fix: remove unused imports to resolve linting errors
1 parent a252580 commit 0061be7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/web3telegram/IExecWeb3telegram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
Web3SignerProvider,
1515
FetchMyContactsParams,
1616
} from './types.js';
17-
import { CHAIN_CONFIG, getChainDefaultConfig } from '../config/config.js';
17+
import { getChainDefaultConfig } from '../config/config.js';
1818
import { isValidProvider } from '../utils/validators.js';
1919
import { getChainIdFromProvider } from '../utils/getChainId.js';
2020

tests/e2e/constructor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
MAX_EXPECTED_WEB2_SERVICES_TIME,
99
} from '../test-utils.js';
1010
import {
11-
CHAIN_CONFIG,
1211
DEFAULT_CHAIN_ID,
1312
getChainDefaultConfig,
1413
} from '../../src/config/config.js';

0 commit comments

Comments
 (0)