Hi Everyone,
I have a set of open gsn contract tests and while trying to run coverage I get an error
Error: Cannot create instance of IPaymaster; no code at address 0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7
The error comes at this line
config = await resolveConfigurationGSN(web3provider.currentProvider, { paymasterAddress: paymaster.address, logLevel: 1, });
The tests work fine though