Skip to content

Commit b92810d

Browse files
committed
chore: address comments
1 parent 54d74b0 commit b92810d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/insert_aggkey_sc.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717

1818
def main():
19-
print()
20-
21-
22-
# This is to be used manually to insert the sc generated agg key for testnets
23-
def insert_agg_key_from_sc():
2419
network.priority_fee("1 gwei")
2520
KEY_MANAGER_ADDRESS = os.environ["KEY_MANAGER_ADDRESS"]
2621
keyManager = KeyManager.at(KEY_MANAGER_ADDRESS)
@@ -42,4 +37,4 @@ def insert_agg_key_from_sc():
4237
)
4338

4439
tx.info()
45-
print(f"Succesfullly updated the aggregate key to {newAggKey}")
40+
print(f"Succesfully updated the aggregate key to {newAggKey}")

0 commit comments

Comments
 (0)