We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5eea9 commit f824ed5Copy full SHA for f824ed5
1 file changed
tests/static-tests.mjs
@@ -136,7 +136,7 @@ describe( 'Static tests', async function () {
136
assert.equal( obj.orderId, '34234234')
137
})
138
139
- const SPOT_PREFIX = "x-HNA2TXFJ"
+ const SPOT_PREFIX = "x-B3AUXNYV"
140
141
it( 'MarketBuy', async function ( ) {
142
await binance.marketBuy( 'LTCUSDT', 0.5 )
@@ -182,7 +182,7 @@ describe( 'Static tests', async function () {
182
assert(obj.newClientOrderId.startsWith(SPOT_PREFIX))
183
184
185
- const CONTRACT_PREFIX = "x-Cb7ytekJ"
+ const CONTRACT_PREFIX = "x-ftGmvgAN"
186
187
it( 'Futures MarketBuy', async function ( ) {
188
await binance.futuresMarketBuy( 'LTCUSDT', 0.5 )
0 commit comments