This commit is contained in:
Aleksandr Kraiz
2023-03-31 19:43:30 +04:00
parent facf5153df
commit 665bd568a4
16 changed files with 43 additions and 19 deletions

View File

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