STF to ESM

This commit is contained in:
Aleksandr Kraiz
2023-04-03 20:17:38 +04:00
parent 665bd568a4
commit bfa88fabaa
16 changed files with 22 additions and 49 deletions

View File

@@ -9,8 +9,7 @@ import {
createHttpTerminator,
} from 'http-terminator';
import { ethers } from 'ethers';
import stf from 'simple-typed-fetch';
const { simpleFetch } = stf;
import { simpleFetch } from 'simple-typed-fetch';
jest.setTimeout(10000);
const createServer = (externalHost: string) => {