We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a252580 commit 0061be7Copy full SHA for 0061be7
src/web3telegram/IExecWeb3telegram.ts
@@ -14,7 +14,7 @@ import {
14
Web3SignerProvider,
15
FetchMyContactsParams,
16
} from './types.js';
17
-import { CHAIN_CONFIG, getChainDefaultConfig } from '../config/config.js';
+import { getChainDefaultConfig } from '../config/config.js';
18
import { isValidProvider } from '../utils/validators.js';
19
import { getChainIdFromProvider } from '../utils/getChainId.js';
20
tests/e2e/constructor.test.ts
@@ -8,7 +8,6 @@ import {
8
MAX_EXPECTED_WEB2_SERVICES_TIME,
9
} from '../test-utils.js';
10
import {
11
- CHAIN_CONFIG,
12
DEFAULT_CHAIN_ID,
13
getChainDefaultConfig,
} from '../../src/config/config.js';
0 commit comments