This commit is contained in:
Andrea Maria Piana 2024-05-14 12:38:04 +01:00
parent ca6b7bcd07
commit 99d316fc40
3 changed files with 7 additions and 5 deletions

View File

@ -62,8 +62,8 @@
(def login-node-config
{:WalletConfig (cond-> {:Enabled true}
(not= config/infura-key "")
(assoc :InfuraKey config/infura-key)
(not= config/pokt-key "")
(assoc :PoktKey config/pokt-key)
(not= config/opensea-api-key "")
(assoc :OpenseaAPIKey config/opensea-api-key))})

View File

@ -20,9 +20,11 @@
;; flags stay up to date and are removed once behavior introduced is stable.
(goog-define INFURA_TOKEN "800c641949d64d768a5070a1b0511938")
(goog-define POKT_TOKEN "")
(goog-define OPENSEA_API_KEY "")
(def infura-key INFURA_TOKEN)
(def pokt-key POKT_TOKEN)
(def mainnet-rpc-url (str "https://eth-archival.gateway.pokt.network/v1/lb/" POKT_TOKEN))
(def testnet-rpc-url (str "https://ropsten.infura.io/v3/" INFURA_TOKEN))
(def goerli-rpc-url (str "https://goerli-archival.gateway.pokt.network/v1/lb/" POKT_TOKEN))

View File

@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.108.3+hotfix.5",
"commit-sha1": "8398958994ed7bdcf98a011dfe0f1695d4eccb42",
"src-sha256": "05jvcc5kqp8dadhzl9cxlm0wh8qwsg6ag91n2bd3r884v7mm4wg0"
"version": "release/v0.108.x",
"commit-sha1": "9d55c4dbffa420ca499caa6b9fd7c9f1b5e866a5",
"src-sha256": "0j0isxc1qsdz34ypmb40dksips5r8rnc4inbf0h8hv19a2sd5qph"
}