Semantics improvements

This commit is contained in:
Aleksandr Kraiz
2023-05-16 23:21:45 +04:00
parent 188e7bb317
commit cd4eff76d3
88 changed files with 419 additions and 478 deletions

View File

@@ -1,6 +1,6 @@
import { ethers } from 'ethers';
import Orion from '../Orion/index.js';
import swapMarket from '../OrionUnit/Exchange/swapMarket.js';
import swapMarket from '../Unit/Exchange/swapMarket.js';
const privateKey = process.env['PRIVATE_KEY']
if (privateKey === undefined) throw new Error('Private key is required');
@@ -23,7 +23,7 @@ describe('Spot trading', () => {
type: 'exactSpend',
signer: wallet,
feeAsset: 'USDT',
orionUnit: bscUnit,
unit: bscUnit,
slippagePercent: 1,
// options: {
// logger: console.log