Fix "invalid value undefined" in hardhat configuration

This commit is contained in:
benbierens 2023-04-17 13:58:52 +02:00 committed by Ben Bierens
parent c7b69893a1
commit d57cfc69cd
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ module.exports = {
tags: ["local"],
},
codexdisttestnetwork: {
url: process.env.DISTTEST_NETWORK_URL
}
url: `${process.env.DISTTEST_NETWORK_URL}`,
},
},
}