Skip to content

Commit

Permalink
push small fixes to script and input file (haven't used this in a lon…
Browse files Browse the repository at this point in the history
…g time)
  • Loading branch information
Tritium committed Mar 28, 2024
1 parent d0af057 commit bc89305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BIPs/00batched/authorizer/2024-03-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"setSwapFeePercentage(uint256)": "multisigs/lm",
"startAmplificationParameterUpdate(uint256,uint256)": "multisigs/lm",
"stopAmplificationParameterUpdate()": "multisigs/lm",
"pause()": "multisigs/emergency",
"/pause()": "multisigs/emergency",
"disable()": "multisigs/emergency",
"enableRecoveryMode()": [
"multisigs/emergency",
Expand Down
4 changes: 1 addition & 3 deletions action-scripts/gen_add_permissions_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ def main(
):
input_data = load_input_data(input_file)
(action_ids_map, warnings) = build_action_ids_map(input_data=input_data)
(change_list, w) = generate_change_list(
actions_id_map=action_ids_map, ignore_already_set=True
)
(change_list, w) = generate_change_list(action_ids_map)
warnings += "\n" + w
if change_list:
print_change_list(change_list=change_list, output_dir=output_dir)
Expand Down

0 comments on commit bc89305

Please sign in to comment.