Skip to content

Commit a736d76

Browse files
committed
update address.json file to obtain the SCs addresses from the address-t.json file
1 parent 29ec49d commit a736d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fs.readdirSync(path.join(__dirname, `${contractsABIPath}`)).forEach((file) => {
2525

2626
const contractsAddressesPath = '../alastriaID-truffle-contracts'
2727
const contractsInfo = JSON.parse(
28-
fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses.json'), 'utf8')
28+
fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses-t.json'), 'utf8')
2929
)
3030

3131
const config = {

0 commit comments

Comments
 (0)