mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-28 00:28:04 +03:00
Moved fetching to simple-typed-fetch
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import Orion from '../Orion';
|
||||
import { ReferralSystem } from '../services/ReferralSystem';
|
||||
import simpleFetch from '../simpleFetch';
|
||||
import { SupportedChainId } from '../types';
|
||||
import express from 'express';
|
||||
import WebSocket from 'ws';
|
||||
@@ -10,6 +9,7 @@ import {
|
||||
createHttpTerminator,
|
||||
} from 'http-terminator';
|
||||
import { ethers } from 'ethers';
|
||||
import { simpleFetch } from 'simple-typed-fetch';
|
||||
|
||||
jest.setTimeout(10000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user