Skip to content

Commit 9aa24a6

Browse files
committed
chore: Fix hardhat config for Solidity integration test
1 parent c8c44bd commit 9aa24a6

File tree

3 files changed

+6229
-1969
lines changed

3 files changed

+6229
-1969
lines changed

integration-tests/solidity-abi/solidity-calls-flipper/sol/hardhat.config.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
require("hardhat-resolc")
2-
require("hardhat-revive-node")
1+
//require("hardhat-resolc")
2+
//require("hardhat-revive-node")
33
require("@nomicfoundation/hardhat-ethers");
4+
require("@parity/hardhat-polkadot");
45

56
const config = {
67
solidity: "0.8.28",
@@ -16,12 +17,7 @@ const config = {
1617
},
1718
},
1819
resolc: {
19-
compilerSource: 'binary',
20-
settings: {
21-
evmVersion: "cancun",
22-
compilerPath: "resolc",
23-
standardJson: true,
24-
},
20+
compilerSource: 'npm',
2521
},
2622
paths: {
2723
cache: "./cache-pvm",

0 commit comments

Comments
 (0)