Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default RPC endpoint for XDAI is outdated #60

Closed
hbarcelos opened this issue Nov 11, 2022 · 1 comment
Closed

Default RPC endpoint for XDAI is outdated #60

hbarcelos opened this issue Nov 11, 2022 · 1 comment
Assignees

Comments

@hbarcelos
Copy link
Contributor

Guys, since Linguo is not being maintained in a while, it seems like a couple of thinks have broken.

The most important thing is that after being acquired by Gnosis, xDAI Chain was rebranded into Gnosis Chain. The old endpoints worked for a while, but they have been disabled.

Someone with access to the Netlify account making the Linguo builds need to update the JSON_RPC_URLS variable with the information from this page.

Please not that JSON_RPC_URLS is a JSON-stringified version of something like this:

{
  1: 'https://mainnet.infura.io/v3/<INFURA_KEY>',
  100: 'https://rpc.xdaichain.com/',
  // ...
}

Just replace the https://rpc.xdaichain.com/ with https://rpc.gnosischain.com/ and the issue of tasks not being loaded by default will be fixed.

@gratestas gratestas self-assigned this Nov 12, 2022
@gratestas
Copy link
Contributor

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants