mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-23 21:09:37 +00:00
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
|
||||
|
||||
const config: HardhatUserConfig = {
|
||||
solidity: "0.7.4",
|
||||
solidity: "0.8.15",
|
||||
networks: {
|
||||
goerli: {
|
||||
url: GOERLI_URL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user