mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
require("@nomicfoundation/hardhat-toolbox");
|
|
|
|
/** @type import('hardhat/config').HardhatUserConfig */
|
|
module.exports = {
|
|
solidity: "0.8.19",
|
|
};
|