mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-07 15:53:07 +00:00
Fix "invalid value undefined" in hardhat configuration
This commit is contained in:
parent
c7b69893a1
commit
d57cfc69cd
@ -25,7 +25,7 @@ module.exports = {
|
|||||||
tags: ["local"],
|
tags: ["local"],
|
||||||
},
|
},
|
||||||
codexdisttestnetwork: {
|
codexdisttestnetwork: {
|
||||||
url: process.env.DISTTEST_NETWORK_URL
|
url: `${process.env.DISTTEST_NETWORK_URL}`,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user