We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1654e33 commit a0e75a0Copy full SHA for a0e75a0
src/configFile.js
@@ -53,7 +53,7 @@ fs.readdirSync(path.join(__dirname, `${contractsABIPath}`)).forEach((folder) =>
53
54
const contractsAddressesPath = '../alastriaID-hardhat-contracts'
55
const contractsInfo = JSON.parse(
56
- fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses.json'), 'utf8')
+ fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses-t.json'), 'utf8')
57
)
58
59
const config = {
0 commit comments