mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-03 05:43:10 +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"],
|
||||
},
|
||||
codexdisttestnetwork: {
|
||||
url: process.env.DISTTEST_NETWORK_URL
|
||||
}
|
||||
url: `${process.env.DISTTEST_NETWORK_URL}`,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user