Skip to content

Commit

Permalink
Merge branch 'main' into VPP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Jul 10, 2023
2 parents 7f9ad17 + 4c52504 commit af5cf96
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/private-networks/tutorials/kubernetes/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ rawGenesisConfig:
config:
chainId: 1337
algorithm:
consensus: qbft # choose from: ibft | qbft | raft | clique
consensus: qbft # choose from: ibft2 | qbft | clique
blockperiodseconds: 10
epochlength: 30000
requesttimeoutseconds: 20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"semantic-release": "^21.0.0",
"stylelint": "^14.16.1",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"tsc-files": "^1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ rawGenesisConfig:
config:
chainId: 1337
algorithm:
consensus: qbft # choose from: ibft | qbft | raft | clique
consensus: qbft # choose from: ibft2 | qbft | clique
blockperiodseconds: 10
epochlength: 30000
requesttimeoutseconds: 20
Expand Down
Loading

0 comments on commit af5cf96

Please sign in to comment.