feat: hardhat plugin refactor #28
test.yml
on: pull_request
TypeScript Type-Check
9s
NPM Unit Tests
7s
Forge tests w/storage emulation
11s
Forge tests w/RPC mock server
17s
Annotations
10 errors
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L22
Cannot find module '../out/HtsSystemContract.json' or its corresponding type declarations.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L23
Cannot find module 'hardhat/plugins' or its corresponding type declarations.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L56
Cannot find module 'hardhat/types' or its corresponding type declarations.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L77
Property '_wrappedProvider' does not exist on type 'HederaProvider'.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L97
Property '_wrappedProvider' does not exist on type 'HederaProvider'.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L104
Property '_wrappedProvider' does not exist on type 'HederaProvider'.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L173
Property '_wrappedProvider' does not exist on type 'HederaProvider'.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/hedera-provider.js#L311
Property '_wrappedProvider' does not exist on type 'HederaProvider'.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/index.js#L19
Cannot find module 'hardhat/config' or its corresponding type declarations.
|
TypeScript Type-Check:
@hardhat-forking-plugin/src/index.js#L33
Parameter 'provider' implicitly has an 'any' type.
|