Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed May 30, 2024
1 parent 54d74b0 commit b92810d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/insert_aggkey_sc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@


def main():
print()


# This is to be used manually to insert the sc generated agg key for testnets
def insert_agg_key_from_sc():
network.priority_fee("1 gwei")
KEY_MANAGER_ADDRESS = os.environ["KEY_MANAGER_ADDRESS"]
keyManager = KeyManager.at(KEY_MANAGER_ADDRESS)
Expand All @@ -42,4 +37,4 @@ def insert_agg_key_from_sc():
)

tx.info()
print(f"Succesfullly updated the aggregate key to {newAggKey}")
print(f"Succesfully updated the aggregate key to {newAggKey}")

0 comments on commit b92810d

Please sign in to comment.