Moved fetching to simple-typed-fetch

This commit is contained in:
Aleksandr Kraiz
2023-03-24 21:59:04 +04:00
parent 07f947eb35
commit 51257adcd4
22 changed files with 256 additions and 653 deletions

View File

@@ -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);