Skip to content

Commit 5c23ea7

Browse files
author
Vitaliy Stoliarov
committed
remove api keys in 'ob checksum' example
1 parent 0298933 commit 5c23ea7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/ws2/ob_checksum.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const { args: { apiKey, apiSecret }, debug } = require('../util/setup')
3+
const { debug } = require('../util/setup')
44
const WSv2 = require('../../lib/transports/ws2')
55

66
const SYMBOL = 'tXRPBTC'
@@ -9,8 +9,6 @@ const LENGTH = '25'
99

1010
async function execute () {
1111
const ws = new WSv2({
12-
apiKey,
13-
apiSecret,
1412
transform: true,
1513
manageOrderbooks: true // managed OBs are verified against incoming checksums
1614
})

0 commit comments

Comments
 (0)