Removed unnecessary balance requirement

This commit is contained in:
Aleksandr Kraiz
2022-04-22 18:40:14 +04:00
parent a56c4f0e11
commit 0a17972783
3 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
import BigNumber from 'bignumber.js';
BigNumber.config({ EXPONENTIAL_AT: 1e9 });
export * as config from './config';
// export * from './entities';
export { default as OrionUnit } from './OrionUnit';