Get pokt token
This commit is contained in:
parent
99d316fc40
commit
293fea8b65
|
@ -79,7 +79,6 @@ fi
|
|||
STATUS_GO_MATCHING_REFS=$(git ls-remote ${REPO_URL} ${STATUS_GO_VERSION})
|
||||
|
||||
# It's possible that there's both a branch and a tag matching the given version
|
||||
STATUS_GO_TAG_SHA1=$(echo "${STATUS_GO_MATCHING_REFS}" | grep 'refs/tags' | cut -f1)
|
||||
STATUS_GO_BRANCH_SHA1=$(echo "${STATUS_GO_MATCHING_REFS}" | grep 'refs/heads' | cut -f1)
|
||||
|
||||
# Prefer tag over branch if both are found
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
:preloads [re-frisk-remote.preload]}
|
||||
:closure-defines
|
||||
{status-im.utils.config/INFURA_TOKEN #shadow/env "INFURA_TOKEN"
|
||||
status-im.utils.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
||||
status-im.utils.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
||||
:compiler-options {:output-feature-set :es5
|
||||
:closure-defines
|
||||
|
@ -60,6 +61,7 @@
|
|||
:release
|
||||
{:closure-defines
|
||||
{status-im.utils.config/INFURA_TOKEN #shadow/env "INFURA_TOKEN"
|
||||
status-im.utils.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
||||
status-im.utils.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
||||
:compiler-options {:output-feature-set :es6
|
||||
;;disable for android build as there
|
||||
|
@ -84,6 +86,7 @@
|
|||
:ui-driven true
|
||||
:closure-defines
|
||||
{status-im.utils.config/INFURA_TOKEN #shadow/env "INFURA_TOKEN"
|
||||
status-im.utils.config/POKT_TOKEN #shadow/env "POKT_TOKEN"
|
||||
status-im.utils.config/OPENSEA_API_KEY #shadow/env "OPENSEA_API_KEY"}
|
||||
:compiler-options {;; needed because we override require and it
|
||||
;; messes with source-map which reports callstack
|
||||
|
|
Loading…
Reference in New Issue