Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(test): set arns contract tx id in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 9, 2024
1 parent b01147f commit 2de1450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/setup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export async function mochaGlobalSetup() {
// set in the environment
process.env.DEPLOYED_REGISTRY_CONTRACT_TX_ID = contractTxId;
process.env.DEPLOYED_ANT_CONTRACT_TX_ID = antContractTxId;
process.env.ARNS_CONTRACT_TX_ID = contractTxId;
console.log(
`Successfully setup ArLocal and deployed contracts.\nRegistry: ${contractTxId}\nANT: ${antContractTxId}`,
);
Expand Down

0 comments on commit 2de1450

Please sign in to comment.