Skip to content

Commit 85165e0

Browse files
committed
ci: Check pullChainConfig and nttFromManager output
1 parent 83f0cc0 commit 85165e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ yargs(hideBin(process.argv))
459459
{ chain, address: toUniversal(chain, chainConfig.manager) },
460460
overrides
461461
);
462+
console.log("UPGRADE -> ntt:", JSON.stringify(ntt, null, 2))
462463

463464
await upgrade(
464465
currentVersion,
@@ -476,6 +477,8 @@ yargs(hideBin(process.argv))
476477
// TODO: is there an easier way to do this?
477478
const { ntt: upgraded } = await nttFromManager(ch, chainConfig.manager);
478479

480+
console.log("UPGRADE -> upgraded:", JSON.stringify(upgraded, null, 2));
481+
479482
console.log("UPGRADE -> CHAINCONFIG BEFORE:", chainConfig.version);
480483
chainConfig.version = getVersion(chain, upgraded)
481484
console.log("UPGRADE -> CHAINCONFIG AFTER:", chainConfig.version);

0 commit comments

Comments
 (0)