Skip to content

Commit 07dd9ae

Browse files
committed
add CI debbugging.
1 parent 2bbd0e1 commit 07dd9ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blockchain/contracts/scripts/deploy_lit_node_contracts.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,10 @@ async function deployLitNodeContracts(deployNodeConfig) {
537537
// Create a default realm
538538
tx = await stakingContract.addRealm();
539539
await tx.wait();
540-
let realmConfig = stakingContract.realmConfig(1);
541540

542-
// Ensure the default keyset is set
541+
// Ensure the default keyset is set
542+
let realmConfig = stakingContract.realmConfig(1);
543+
console.log('Config for realm 1', realmConfig);
543544
realmConfig.defaultKeySet = DEFAULT_KEY_SET_NAME;
544545
tx = await stakingContract.setRealmConfig(1, realmConfig);
545546
await tx.wait();

0 commit comments

Comments
 (0)