Skip to content

Commit

Permalink
use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre committed Jun 11, 2023
1 parent 88e539d commit 3654106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/migrations/942057-appPromotion/collectData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const collectData = () => {
const outputPath = path.resolve(dirName, './output.json');
// execSync(`chainql --tla-str=chainUrl=wss://ws-quartz.unique.network:443 ${pathToScript} > ${outputPath}`);
// execSync(`chainql --tla-str=chainUrl=ws://127.0.0.1:9944 ${pathToScript} > ${outputPath}`);
exec(`chainql --tla-str=chainUrl=wss://ws-quartz.unique.network:443 ${pathToScript} > ${outputPath}`);
exec(`chainql --tla-str=chainUrl=ws://127.0.0.1:9944 ${pathToScript} > ${outputPath}`);
};

0 comments on commit 3654106

Please sign in to comment.