madfish-solutions/templewallet-extension

rpc.ghostnet.teztnets.xyz not working anymore

lescurej opened this issue · 4 comments

Hi !

Since this morning, when I try to mint on the tezos ghostnet it fails with this error message on temple extension (using chrome) :

Failed to send operations. GET
https://rpc.ghostnet.teztnets.xyz/chains/main/blocks/head/hash Error: Network Error
jsonError.txt

Then, I noticed that from my browser
https://rpc.ghostnet.teztnets.xyz/chains/main/blocks/head/hash
was not responding anything, BUT
https://rpc.ghostnet.teztnets.com/chains/main/blocks/head/hash
respond perfectly

Is it a bug in with teznet or with temple ?
Should you replace
https://rpc.ghostnet.teztnets.xyz/chains/main/blocks/head/hash
by
https://rpc.ghostnet.teztnets.com/chains/main/blocks/head/hash
to make it work again ?

Cheers,
Johan

Same Here !

anyone picking this up?

One temporary workaround is to go in Settings->Network and add a custom ghostnet network with:
https://rpc.ghostnet.teztnets.com
as the RPC url

Should be fixed in #1072