Spaceman Bob

Results 2 comments of Spaceman Bob

I am still having this issue running on Hardhat. Current config: ```ts const config: Config = { networks: [Hardhat], readOnlyChainId: Hardhat.chainId, readOnlyUrls: { [Hardhat.chainId]: "http://127.0.0.1:8545", } } ``` any ideas?