Fix "invalid value undefined" in hardhat configuration
This commit is contained in:
parent
c7b69893a1
commit
d57cfc69cd
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
tags: ["local"],
|
||||
},
|
||||
codexdisttestnetwork: {
|
||||
url: process.env.DISTTEST_NETWORK_URL
|
||||
}
|
||||
url: `${process.env.DISTTEST_NETWORK_URL}`,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue