You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CI is failling multiples times each time because the RPC nodes are rate limited etc and this is adding few errors each time that can be tedious each time and loose interest of the CI.
The idea we had was to use private RPC node (like the superchain registry):
take the private RPC node and make a regex that replace the RPC_URL in the .env of the concerned task by the RPC based on the path (sep = sepolia url rpc) and (eth = ethereum url rpc)
The text was updated successfully, but these errors were encountered:
The CI is failling multiples times each time because the RPC nodes are rate limited etc and this is adding few errors each time that can be tedious each time and loose interest of the CI.
The idea we had was to use private RPC node (like the superchain registry):
RPC_URL
in the.env
of the concerned task by the RPC based on the path (sep = sepolia url rpc) and (eth = ethereum url rpc)The text was updated successfully, but these errors were encountered: