Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #858 from duckduckgo/jag/bitcoin_env
Browse files Browse the repository at this point in the history
BitcoinBalance: Change env variable to look standard.
  • Loading branch information
Jag Talon committed Jun 6, 2014
2 parents 2011304 + 6fd5b83 commit 56dbba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Spice/BitcoinBalance.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ attribution github => ['https://github.com/chain-engineering','chain.com'],
triggers query_raw => qr/^[13][1-9A-HJ-NP-Za-km-z]{26,33}$/;
# This regular expression identifies the unique properties of a Bitcoin Address.

spice to => 'https://api.chain.com/v1/bitcoin/addresses/$1?key={{ENV{BITCOIN_BALANCE_SPICE_APIKEY}}}';
spice to => 'https://api.chain.com/v1/bitcoin/addresses/$1?key={{ENV{DDG_SPICE_BITCOIN_APIKEY}}}';
# The Chain API requires an API key. Chain has granted the spice a free account with unlimited access. We can provide this to DuckDuckGo before release.

spice wrap_jsonp_callback => 1;
Expand Down

0 comments on commit 56dbba8

Please sign in to comment.