mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-12 14:08:46 +03:00
Fix bugs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { BigNumber } from 'bignumber.js';
|
||||
import { simpleFetch, fetchWithValidation } from 'simple-typed-fetch';
|
||||
BigNumber.config({ EXPONENTIAL_AT: 1e+9 });
|
||||
|
||||
export * as config from './config/index.js';
|
||||
@@ -10,4 +9,3 @@ export * as services from './services/index.js';
|
||||
export * as crypt from './crypt/index.js';
|
||||
export * from './constants/index.js';
|
||||
export * from './types.js';
|
||||
export { simpleFetch, fetchWithValidation };
|
||||
|
||||
Reference in New Issue
Block a user