Skip to content

Commit 3543c56

Browse files
authored
chore: Update ids (#703)
* fix(package): include types folder * release: cut the 0.13.3 release * release: cut the 0.13.4 release * release: cut the 0.13.6 release * chore: update ids * fix static tests
1 parent b54ffcf commit 3543c56

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/http-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ const checkParams = (name, payload, requires = []) => {
162162
}
163163

164164
const spotP = () => {
165-
return `x-B3AUXNYV${uuid22()}`
165+
return `x-TKT5PX2F${uuid22()}`
166166
}
167167

168168
const futuresP = () => {
169-
return `x-ftGmvgAN${uuid22()}`
169+
return `x-cvBPrNm9${uuid22()}`
170170
}
171171

172172
/**

test/static-tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ test.serial('[REST] Futures CancelOrder', async t => {
166166
t.is(obj.orderId, '34234234')
167167
})
168168

169-
const CONTRACT_PREFIX = 'x-ftGmvgAN'
170-
const SPOT_PREFIX = 'x-B3AUXNYV'
169+
const CONTRACT_PREFIX = 'x-cvBPrNm9'
170+
const SPOT_PREFIX = 'x-TKT5PX2F'
171171

172172
test.serial('[REST] MarketBuy', async t => {
173173
await binance.order({ symbol: 'LTCUSDT', side: 'BUY', type: 'MARKET', quantity: 0.5 })

0 commit comments

Comments
 (0)