From ca6b7bcd0743c33e11907f7c5fba851a2c187fac Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Tue, 14 May 2024 11:36:03 +0100 Subject: [PATCH] move to pokt --- src/status_im/utils/config.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/utils/config.cljs b/src/status_im/utils/config.cljs index 3c602839b5..0ee0f3af0e 100644 --- a/src/status_im/utils/config.cljs +++ b/src/status_im/utils/config.cljs @@ -23,9 +23,9 @@ (goog-define OPENSEA_API_KEY "") (def infura-key INFURA_TOKEN) -(def mainnet-rpc-url (str "https://mainnet.infura.io/v3/" INFURA_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.infura.io/v3/" INFURA_TOKEN)) +(def goerli-rpc-url (str "https://goerli-archival.gateway.pokt.network/v1/lb/" POKT_TOKEN)) (def opensea-api-key OPENSEA_API_KEY) (def bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1"))) (def rpc-networks-only? (enabled? (get-config :RPC_NETWORKS_ONLY "1")))