-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Fix Evmos Public RPC Listings #3598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add your new RPCs at the end of the list
Does it matter that Evmos team has requested that Lava be the default RPC for their chains? Will putting the links at the end as opposed to beginning of the array change their order of priority? |
Do you have any link to that claim? |
@ligi I'm Dan CPO at Altiplanic, the core contributor to the Evmos chain. The lava endpoints are delivering decentralized reliable RPC endpoints and should replace the existing default, due to their instability. This project also has been supported through the Encode Grants Programm on Evmos. We kindly ask to support them as the new default. |
@ligi @Ranahayat1122 is there anything blocking this? We have many users who suffer with the current default endpoint from Blockdaemon as it is not reliable. Would appreciate, if we could merge this today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run the prettier to format your json according to the style defined here
e.g. run npx prettier --write _data/*/*.json
I ran the linter and committed here. We should be good to go! |
@ligi We'd really if we could speed this up and get the PR merged. It's been three weeks and our users are still running into the same issue. Here's a whole article about it https://twitter.com/EvmosDAO/status/1714386898674987236 |
Please let me know if there's anything else to do to expedite this request! 💪🏿 |
Lava in partnership with the Evmos team was tasked with providing incentivized public RPC endpoints as the default RPC for Evmos ecosystem. This PR adds ipRPC endpoints to rpc lists on both
eip155-9000.json
(Evmos Testnet) andeip155-9001.json
(Evmos Mainnet). This PR is a potential pre-requisite for upstream changes on chainlist.org.