fix: solidity version

This commit is contained in:
Richard Ramos 2022-10-20 14:47:56 -04:00
parent b8d0a298c7
commit 041868eef2
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
// Go to https://hardhat.org/config/ to learn more
const config: HardhatUserConfig = {
solidity: "0.7.4",
solidity: "0.8.15",
networks: {
goerli: {
url: GOERLI_URL,