Add isLiveTrading helper to fix bug
This commit is contained in:
@@ -13,9 +13,9 @@ describe('swap tokens implementation', () => {
|
||||
console.log('Account', sdk.account)
|
||||
const result = await swapGmxTokensImpl(
|
||||
sdk,
|
||||
Ticker.ETH,
|
||||
Ticker.BTC,
|
||||
Ticker.USDC,
|
||||
0.0042
|
||||
0.00006733
|
||||
)
|
||||
|
||||
assert.strictEqual(typeof result, 'string')
|
||||
|
||||
Reference in New Issue
Block a user