Skip to content

Commit

Permalink
add cmc api key
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed Mar 28, 2020
1 parent 72857ca commit eb49118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ type Wallets struct {

// APIKeys are the various API keys we use
type APIKeys struct {
ChainRider string `json:"chain_rider"`
ChainRider string `json:"chain_rider"`
CoinMarketCap string `json:"coin_market_cap"`
}

// Services are various endpoints we connect to
Expand Down

0 comments on commit eb49118

Please sign in to comment.