insomnia.exe
insomnia.exe
Erigon version: 2022.10.01 OS: Ubuntu 22.04 LTS Start command for erigon: `erigon --http --http.api=eth,erigon,web3,net,debug,trace,engine --http.addr 0.0.0.0 --snapshots=false --metrics --metrics.addr 0.0.0.0` Start command for lighthouse: `lighthouse --network mainnet beacon --debug-level info...
This PR addresses a bug in the @wagmi/core library, specifically in the waitForTransactionReceipt function. The bug occurs when arguments are provided to skip simulation and gas estimation. The data field...
In our project, we use Foundry for development, but we prefer managing dependencies with Bun as it simplifies the process. It would be great if a package.json file could be...