fix_:User can not add his existing ENS name to v.1 app
This commit is contained in:
parent
d1de0bd94f
commit
db8d2a104e
|
@ -20,12 +20,12 @@
|
||||||
;; flags stay up to date and are removed once behavior introduced is stable.
|
;; flags stay up to date and are removed once behavior introduced is stable.
|
||||||
|
|
||||||
(goog-define INFURA_TOKEN "800c641949d64d768a5070a1b0511938")
|
(goog-define INFURA_TOKEN "800c641949d64d768a5070a1b0511938")
|
||||||
(goog-define POKT_TOKEN "")
|
(goog-define POKT_TOKEN "3ef2018191814b7e1009b8d9")
|
||||||
(goog-define OPENSEA_API_KEY "")
|
(goog-define OPENSEA_API_KEY "")
|
||||||
|
|
||||||
(def infura-key INFURA_TOKEN)
|
(def infura-key INFURA_TOKEN)
|
||||||
(def pokt-key POKT_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 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 goerli-rpc-url (str "https://goerli-archival.gateway.pokt.network/v1/lb/" POKT_TOKEN))
|
||||||
(def opensea-api-key OPENSEA_API_KEY)
|
(def opensea-api-key OPENSEA_API_KEY)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "release/v0.108.x",
|
"version": "fix/ens-api-owner-of",
|
||||||
"commit-sha1": "b966cb14adb860ae0e3dffbb9b40c25ba854d5a3",
|
"commit-sha1": "67f82548e5b0754c2af1ed6167f2543e5cec268d",
|
||||||
"src-sha256": "1r86hkncx3ir2n5n6l69h9xqdr9amrrbaap9knlmlacmzi9s62m2"
|
"src-sha256": "1avp1l8hyk3pbcpiwkhm7kq5izd6rzcnqvjpxnz77rx7mfryygnr"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue