-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Llama RPC providers #222
Conversation
@@ -36,6 +36,7 @@ type EthMainnetService = variant { | |||
BlockPi; | |||
Cloudflare; | |||
PublicNode; | |||
Llama; |
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.
Currently using Llama
in place of LlamaNodes
since the API domain name is llamarpc.com
. Otherwise, also having PublicNode
could create some confusion about when to include an s
at the end for people unfamiliar with these individual providers.
Totally open to hearing other perspectives on this in case it makes more sense to use LlamaNodes
.
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.
I thought those were coming from the company name, which in that case LlamaNodes
and PublicNode
make perfect sense, and not from the API domain name. A priori I would say that the company name is more stable than the domain name, that's why I would tend to stick to the company name, but that's not a strong opinion.
Includes Llama RPC providers in the local replica and updates the Candid interface.
Pending !19761.