fix: solidity version
This commit is contained in:
parent
b8d0a298c7
commit
db3beff91a
|
@ -23,7 +23,7 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
|
||||||
// Go to https://hardhat.org/config/ to learn more
|
// Go to https://hardhat.org/config/ to learn more
|
||||||
|
|
||||||
const config: HardhatUserConfig = {
|
const config: HardhatUserConfig = {
|
||||||
solidity: "0.7.4",
|
solidity: "0.8.15",
|
||||||
networks: {
|
networks: {
|
||||||
goerli: {
|
goerli: {
|
||||||
url: GOERLI_URL,
|
url: GOERLI_URL,
|
||||||
|
|
Loading…
Reference in New Issue