Skip to content

Commit

Permalink
update address contract info
Browse files Browse the repository at this point in the history
  • Loading branch information
rober12 committed May 20, 2024
1 parent 1654e33 commit a0e75a0
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 @@ -53,7 +53,7 @@ fs.readdirSync(path.join(__dirname, `${contractsABIPath}`)).forEach((folder) =>

const contractsAddressesPath = '../alastriaID-hardhat-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 a0e75a0

Please sign in to comment.