Skip to content

Commit

Permalink
update address.json file to obtain the SCs addresses from the address…
Browse files Browse the repository at this point in the history
…-t.json file
  • Loading branch information
rober12 committed May 20, 2024
1 parent 29ec49d commit a736d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fs.readdirSync(path.join(__dirname, `${contractsABIPath}`)).forEach((file) => {

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

const config = {
Expand Down

0 comments on commit a736d76

Please sign in to comment.