Skip to content

Commit 058fde4

Browse files
author
Nathan Borggren
committed
added EOS, IOT, and BCC pairs
1 parent 80112fc commit 058fde4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

v1/websocket.go

+10
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ const (
3333
RRTBTC = "RRTBTC"
3434
XRPUSD = "XRPUSD"
3535
XRPBTC = "XRPBTC"
36+
EOSETH = "EOSETH"
37+
EOSUSD = "EOSUSD"
38+
EOSBTC = "EOSBTC"
39+
IOTUSD = "IOTUSD"
40+
IOTBTC = "IOTBTC"
41+
IOTETH = "IOTETH"
42+
BCCBTC = "BCCBTC"
43+
BCUBTC = "BCUBTC"
44+
BCCUSD = "BCCUSD"
45+
BCUUSD = "BCUUSD"
3646

3747
// Channels
3848
ChanBook = "book"

0 commit comments

Comments
 (0)