Skip to content

Commit

Permalink
Merge branch 'main' into chrispinnock@charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 31, 2024
2 parents 6bcdfa2 + d8b4312 commit a48bc02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 51 deletions.
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
17 changes: 1 addition & 16 deletions docs/static/img/tezos-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions docs/static/img/tezos-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions docs/static/img/tezos-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ def main():
for key_type in keys:
accounts[key_type][account] = {
"key": keys[key_type],
"is_bootstrap_baker_account": False
if account == "authorized-key-0"
else True,
"is_bootstrap_baker_account": (
False if account == "authorized-key-0" else True
),
"bootstrap_balance": "4000000000000",
}

Expand Down

0 comments on commit a48bc02

Please sign in to comment.