fix_:User can not add his existing ENS name to v.1 app

This commit is contained in:
frank 2024-06-19 21:16:47 +08:00
parent d1de0bd94f
commit db8d2a104e
No known key found for this signature in database
GPG Key ID: B56FA1FC264D28FD
2 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"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"
}