-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: add Moonbeam/Moonriver/Moonbase support #524
Comments
Is there documentation on what rate limits these endpoints have? |
Hey @chris13524, for regular calls 250/10 seconds, heavy (get logs) 10/10 seconds. Do you have any specific requirements? |
@albertov19 since we simply proxy the requests, all of the users of our RPC will be subject to the rate limits of a single IP. So if we don't get any special rate limits we need to mention in our supported chains list that this chain may not always be available and we should link to the relevant details on rate limits. Since the rate limit available here is quite limited ~25/s we cannot recommend usage of this chain on RPC for production usage and people should instead use the RPC providers you mentioned above directly in their app. |
Hey @chris13524, thanks for getting back to me so promptly. I'll close this ticket for now because there was a workaround that we were able to do with Safe to make it work. I'll bring this up again if we feel is worth pursuing. Thanks again! |
Is there an existing issue for this?
Current Behavior
We are trying to use WC Provider with Moonbeamand, and the chain is not yet supported.
Requested Behavior
Please add support for Moonbeam/Moonriver and Moonbase Alpha:
Moonbeam (Polkadot):
1284
https://rpc.api.moonbeam.network
wss://wss.api.moonbeam.network
Moonriver (Kusama):
1285
https://rpc.api.moonriver.moonbeam.network
wss://wss.api.moonriver.moonbeam.network
Moonbase Alpha (TestNet):
1287
https://rpc.api.moonbase.moonbeam.network
wss://wss.api.moonbase.moonbeam.network
Anything else?
Happy to help with the integration. I saw Base's PR, and I can replicate it with no problem 😄
The text was updated successfully, but these errors were encountered: