Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
samuael committed May 25, 2024
1 parent 724ad17 commit dc9f702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exchanges/deribit/deribit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (

// Please supply your own keys here to do authenticated endpoint testing
const (
apiKey = "WcdblNOi"
apiSecret = "vhmFWntGw12M6FLekOX8uxzVK1Kz9aT31MiwjXAJ3MY"
apiKey = ""
apiSecret = ""

canManipulateRealOrders = false
canManipulateAPIEndpoints = false
Expand Down

0 comments on commit dc9f702

Please sign in to comment.