We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c44bd commit 9aa24a6Copy full SHA for 9aa24a6
integration-tests/solidity-abi/solidity-calls-flipper/sol/hardhat.config.js
@@ -1,6 +1,7 @@
1
-require("hardhat-resolc")
2
-require("hardhat-revive-node")
+//require("hardhat-resolc")
+//require("hardhat-revive-node")
3
require("@nomicfoundation/hardhat-ethers");
4
+require("@parity/hardhat-polkadot");
5
6
const config = {
7
solidity: "0.8.28",
@@ -16,12 +17,7 @@ const config = {
16
17
},
18
19
resolc: {
- compilerSource: 'binary',
20
- settings: {
21
- evmVersion: "cancun",
22
- compilerPath: "resolc",
23
- standardJson: true,
24
- },
+ compilerSource: 'npm',
25
26
paths: {
27
cache: "./cache-pvm",
0 commit comments