Skip to content

Commit

Permalink
add a recaptcha api key
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed Apr 13, 2020
1 parent eb49118 commit f574603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ type Wallets struct {
type APIKeys struct {
ChainRider string `json:"chain_rider"`
CoinMarketCap string `json:"coin_market_cap"`
ReCAPTCHA string `json:"re_captcha"`
}

// Services are various endpoints we connect to
Expand Down

0 comments on commit f574603

Please sign in to comment.