Replies: 1 comment 2 replies
-
Similar question, I am quite concerned that the CU in alchemy may exceed due to the numerous calls coming from rainbowkit. I am wondering if the following code snippets works as a form of secondary alchemyProvider? With the same priority level, I am getting it to even-out between the two providers so it will not be easily hit the limit of Alchemy CU
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello mates , I don't know if this is the right place for this, but the restriction comes from Wagmi and Alchemy. I am in the process of developing an app with nextjs and wagmi, I have been developing it for a couple of months without provider problems, now it seems I have an error with the PublicProvider because it exceeded the number of requests (according to the image), I have already changed the provider by AlchemyProvider and I have put my own keys and the error does not come out but I do not get any data from the SmartContract, I have put jsonRpcProvider as the second option with https://goerli.infura.io/v3/ and my own address and with the parameters of Priority that wagmi mentions in the documentation, the error no longer appears but it still does not bring me contract data... could someone help me? How can I make my app consume the contract again and which provider should I use?
Beta Was this translation helpful? Give feedback.
All reactions