Skip to content

Commit

Permalink
fix: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Sep 23, 2023
1 parent edef858 commit fc8ca1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/simple-dvt-deploy.e2e-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ describe('Simple DVT deploy', () => {

for (const [, srModule] of srModules.entries()) {
const moduleInstance = stakingRouterService.getStakingRouterModuleImpl(srModule.type);
console.log('srModule', srModule);
console.log('keys total', keysTotal);
const keys = await moduleInstance.getKeys(srModule.stakingModuleAddress, {});
const operators = await moduleInstance.getOperators(srModule.stakingModuleAddress);

Expand Down Expand Up @@ -157,6 +159,8 @@ describe('Simple DVT deploy', () => {
test('add simple-dvt node operator with key', async () => {
const simpleDvtState = deployState.stakingRouterData.stakingModules[1];

console.log('add simple-dvt node operator with key', simpleDvtState);

sdvtNodeOperator1 = await session.story('simple-dvt/add-node-operator', {
norAddress: simpleDvtState.stakingModuleAddress,
name: 'simple dvt operator',
Expand Down

0 comments on commit fc8ca1b

Please sign in to comment.