From 99d316fc40d96992105b8bda2f2b90930fcac12a Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Tue, 14 May 2024 12:38:04 +0100 Subject: [PATCH] Use pokt --- src/status_im/node/core.cljs | 4 ++-- src/status_im/utils/config.cljs | 2 ++ status-go-version.json | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/status_im/node/core.cljs b/src/status_im/node/core.cljs index 27aa1b5578..854107534a 100644 --- a/src/status_im/node/core.cljs +++ b/src/status_im/node/core.cljs @@ -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))}) diff --git a/src/status_im/utils/config.cljs b/src/status_im/utils/config.cljs index 0ee0f3af0e..bc73c07a95 100644 --- a/src/status_im/utils/config.cljs +++ b/src/status_im/utils/config.cljs @@ -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)) diff --git a/status-go-version.json b/status-go-version.json index 8f4b3d032d..f242e40a91 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "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" }