Skip to content

Commit 2913fd9

Browse files
anchor: pin blocktrails@0.0.11 (latest published)
1 parent 79bc142 commit 2913fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/anchor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (records.some((r) => r.state === state)) {
6060
// ---- mark it via the blocktrails reference CLI ----------------------------
6161
let out;
6262
try {
63-
out = execFileSync('npx', ['-y', 'blocktrails@0.0.12', 'mark', state,
63+
out = execFileSync('npx', ['-y', 'blocktrails@0.0.11', 'mark', state,
6464
'--key', key, '--file', trailFile, '--network', 'tbtc4'],
6565
{ encoding: 'utf8', cwd: anchorDir, stdio: ['ignore', 'pipe', 'pipe'] });
6666
} catch (err) {

0 commit comments

Comments
 (0)