Skip to content

Commit 3162be0

Browse files
committed
feat: add effectiveBalance field to source and target validators in pubkeys utility
1 parent bb90871 commit 3162be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/consolidation/pubkeys.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const addDummyTargetAndSourceValidator = (
4545
status: 'active_ongoing',
4646
balance: feeExemption,
4747
index: '0',
48+
effectiveBalance: feeExemption,
4849
},
4950
sourceValidators: new Map([
5051
[
@@ -53,6 +54,7 @@ export const addDummyTargetAndSourceValidator = (
5354
status: 'active_ongoing',
5455
balance: feeExemption,
5556
index: '0',
57+
effectiveBalance: feeExemption,
5658
},
5759
],
5860
]),

0 commit comments

Comments
 (0)