risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

feat: resolve error 429 Too Many Requests in CI #332

Closed kien-rise closed 1 month ago

kien-rise commented 1 month ago

Resolves https://github.com/risechain/pevm/pull/233#discussion_r1745015548

Community PRs are failing CI. It looks like https://eth.llamarpc.com does not work anymore (at least in our CI). This PR changes the default value to https://eth.public-rpc.com.

This PR also changes the env variable from RPC_URL to ETHEREUM_RPC_URL. Later we will have OPTIMISM_RPC_URL. Note that when the CI runs cargo test, both Ethereum and Optimism tests will run, therefore, having one RPC_URL is bad.