mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-23 04:49:23 +00:00
fix: solidity version
This commit is contained in:
parent
b8d0a298c7
commit
041868eef2
@ -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…
x
Reference in New Issue
Block a user