Skip to content

Commit

Permalink
Merge pull request #192 from alastria/feature/update-address
Browse files Browse the repository at this point in the history
update address contract info
  • Loading branch information
DaniRumpi authored May 20, 2024
2 parents 1654e33 + a0e75a0 commit 7d56a55
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 7d56a55

Please sign in to comment.