Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
♻️ Update test genesis props
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Nov 7, 2022
1 parent 3346f9a commit 93e29c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework/src/testing/fixtures/genesis-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ export const blockAssetsJSON = [
isBanned: false,
pomHeights: [],
consecutiveMissedBlocks: 0,
commission: 0,
lastCommissionIncreaseHeight: 0,
sharingCoefficients: [],
})),
voters: [],
snapshots: [],
genesisData: {
initRounds: 3,
initDelegates: accounts.keys.slice(0, 101).map(account => account.address),
Expand Down

0 comments on commit 93e29c7

Please sign in to comment.