From f574603e67354080f1b4122378b4647c2f53cb81 Mon Sep 17 00:00:00 2001 From: postables Date: Mon, 13 Apr 2020 16:12:36 -0700 Subject: [PATCH] add a recaptcha api key --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 49c7455..31dce6d 100644 --- a/types.go +++ b/types.go @@ -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