Skip to content

Commit a0e75a0

Browse files
committed
update address contract info
1 parent 1654e33 commit a0e75a0

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
@@ -53,7 +53,7 @@ fs.readdirSync(path.join(__dirname, `${contractsABIPath}`)).forEach((folder) =>
5353

5454
const contractsAddressesPath = '../alastriaID-hardhat-contracts'
5555
const contractsInfo = JSON.parse(
56-
fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses.json'), 'utf8')
56+
fs.readFileSync(path.join(__dirname, `${contractsAddressesPath}`, 'addresses-t.json'), 'utf8')
5757
)
5858

5959
const config = {

0 commit comments

Comments
 (0)