dappnode / node-dashboard-app

https://dappnode-dashboard.vercel.app/
GNU General Public License v3.0
1 stars 1 forks source link

xDai to Gnosis Chain Conversion #177

Open alexpeterson91 opened 2 years ago

alexpeterson91 commented 2 years ago

Need to change the wording of xDai to Gnosis Chain, but most important and urgently needed is changing the config of the xdai chain to be the gnosis chain data, so the switch network and add to metamask buttons work, the switch to xdai no longer works

alexpeterson91 commented 2 years ago

The issue is the RPC endpoint is dead for xdai, so it cant switch.

alexpeterson91 commented 2 years ago

@mgarciate

mgarciate commented 2 years ago

Hey @alexpeterson91 , the switching network and add to metamask issue is not related to the Gnosis Chain config. It just works the 1st time when adding and switching network until you cancel instead of switching. I agree it should always work.

alexpeterson91 commented 2 years ago

It directs to the xDai network after the first time and the network RPC for xDai which is what is called for in the code is actually deprecated now and can crash MM. because the RPC provider is down.

mgarciate commented 2 years ago

It directs to the xDai network after the first time and the network RPC for xDai which is what is called for in the code is actually deprecated now and can crash MM. because the RPC provider is down.

Alright, got it! I'll fix it.