Skip to content

Commit 894e532

Browse files
authored
Added us-2 CryptoFeed (#357)
1 parent c8d65e5 commit 894e532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marketdata/entities.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const (
4242
// US is the crypto feed for the United States.
4343
US CryptoFeed = "us"
4444
US1 CryptoFeed = "us-1"
45+
US2 CryptoFeed = "us-2"
4546
GLOBAL CryptoFeed = "global"
4647
)
4748

0 commit comments

Comments
 (0)