Even we have got pro-plan (we have paid) but our node seems no work

I donā€™t understand what for you need code

i will share in a minuteā€¦ what i meanā€¦ please keep in touch

we use that export const ProviderAddress: string = ā€œwss://speedy-nodes-nyc.moralis.io/fccc55fe6559f339efb29e25/polygon/mumbai/wsā€;

is it suitable way ? because we are getting unkown account error, so we cant popup metamask for users? how can we fix that?. can you share with sendtransaction example which uses speedy nodes provider in a web3ā€¦

You can use Moralis.executeFunciron directly

You may need to init web3 first, like using Moralis.enableWeb3, in latest version of Moralis sdk you may get an ethers instance.

And users will need to have polygon network added to MetaMask. And also to have matic in their account in order to be able to make a transaction.

hi we get cors error, can you help usā€¦ we are in bad positionā€¦ all the codes (smart conrtact, whitelist and backend) is ok. but we are stuck in that position. we can use infura with web3. but we cant use moralis. we need your support pleaseā€¦

you have written thisā€¦ what will we do right now. all process is stop for moralis decision???

what is the problem that you have now?

any request doesnā€™t work to speedy node, or only some requests donā€™t work

in what situation you get CORS errors? is it because of timeout, networks blocking, error from speedy node?

we are getting this

that message looks like a rate limit error, but it doesnā€™t look like an error from moralis speedy nodes


but why we getting this? we use speedy nodes provider and poylgon public url. how can we avoid this?

can you please help us???

it looks like you have public polygon url there for metamask config, that one may be the one that gives that rate limit error, but I donā€™t know how is that you make 40 requests in a second

what is the rate limits in a one second im speedy nodes?

it depends on what type of call you make, and on the plan

https://docs.moralis.io/misc/rate-limit#speedy-node-requests

for a free plan the limit is of 50 compute units per second

we are using pro plan what is rate limit?

it could be of 88 compute units per second for a pro plan

we are not using ether.js.

  1. we used moralis.enable.web3(provider:ā€˜metamaskā€™)
  2. web3.eth.sendtransaction
    but we get error: unknown accout (but if we use setprovide we get cors error)

what is the suitable code block? can you route us an code block for sendtransaction with speedy nodes providerā€¦

I donā€™t know how you can do that, it will be used the RPC url that is present in metamask

I still donā€™t know how is that you are making too many requests, isnā€™t that from a single user?

we have to solve this issue yes you are right. but we are not sure from followingā€¦
if we didnt add speedy node rpc to metamask, even we dont sure stream from web3 provider with speedy nodes. can you guarentee that? and https://docs.moralis.io/misc/rate-limit#speedy-node-requests
sendraw transaction is 35 requestā€¦ in a one second 3 guys can exceed 88 numberā€¦ what is you opinion?

I think that you shouldnā€™t use the speedy node url as a way to send transactions for your users. The users should add a public RPC url in their metamask configuration