web3 / web3.js

Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
https://web3js.org/
Other
19.15k stars 4.9k forks source link

E2E Infura Tests update #7058

Closed jdevcs closed 1 month ago

jdevcs commented 3 months ago

Only have tests for mainnet and sepolia & use consistent endpoints for mainnet. currently there are following keys:

INFURA_GOERLI_HTTP INFURA_GOERLI_WS INFURA_HTTP INFURA_MAINNET_HTTP INFURA_SEPOLIA_HTTP INFURA_WSS

jdevcs commented 3 months ago

investigate and fix blackbox tests as part of this issue

jdevcs commented 3 months ago

update estimates after investigation