foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
308 stars 150 forks source link

Use one infura account per node #2089

Closed THenry14 closed 3 months ago

THenry14 commented 5 months ago

Which components does the task require to be changed? (think hard pls)

snforge, sncast

Description

It seems we started to run into infura 429 problems in our nodes, since there are many requests being made daily to one account. Let's create another one, and use it for either one of our nodes to get rid of those errors.