From db8d2a104ef875e06e038666e387692d1cc6f34d Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 19 Jun 2024 21:16:47 +0800 Subject: [PATCH] fix_:User can not add his existing ENS name to v.1 app --- src/status_im/utils/config.cljs | 4 ++-- status-go-version.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/status_im/utils/config.cljs b/src/status_im/utils/config.cljs index bc73c07a95..a2c06e7ac8 100644 --- a/src/status_im/utils/config.cljs +++ b/src/status_im/utils/config.cljs @@ -20,12 +20,12 @@ ;; flags stay up to date and are removed once behavior introduced is stable. (goog-define INFURA_TOKEN "800c641949d64d768a5070a1b0511938") -(goog-define POKT_TOKEN "") +(goog-define POKT_TOKEN "3ef2018191814b7e1009b8d9") (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 mainnet-rpc-url (str "https://eth-archival.rpc.grove.city/v1/" 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)) (def opensea-api-key OPENSEA_API_KEY) diff --git a/status-go-version.json b/status-go-version.json index 37bb14b5f0..32f8b193e3 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": "release/v0.108.x", - "commit-sha1": "b966cb14adb860ae0e3dffbb9b40c25ba854d5a3", - "src-sha256": "1r86hkncx3ir2n5n6l69h9xqdr9amrrbaap9knlmlacmzi9s62m2" + "version": "fix/ens-api-owner-of", + "commit-sha1": "67f82548e5b0754c2af1ed6167f2543e5cec268d", + "src-sha256": "1avp1l8hyk3pbcpiwkhm7kq5izd6rzcnqvjpxnz77rx7mfryygnr" }