madfish-solutions / templewallet-extension

🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.
https://templewallet.com
MIT License
184 stars 62 forks source link

rpc.ghostnet.teztnets.xyz not working anymore #1070

Closed lescurej closed 7 months ago

lescurej commented 9 months ago

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

felixdenoix commented 9 months ago

Same Here !

EightRice commented 9 months ago

anyone picking this up?

lescurej commented 9 months ago

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

RichAyotte commented 8 months ago

Should be fixed in https://github.com/madfish-solutions/templewallet-extension/pull/1072