mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
STF to ESM
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user