We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d74b0 commit b92810dCopy full SHA for b92810d
scripts/insert_aggkey_sc.py
@@ -16,11 +16,6 @@
16
17
18
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():
24
network.priority_fee("1 gwei")
25
KEY_MANAGER_ADDRESS = os.environ["KEY_MANAGER_ADDRESS"]
26
keyManager = KeyManager.at(KEY_MANAGER_ADDRESS)
@@ -42,4 +37,4 @@ def insert_agg_key_from_sc():
42
37
)
43
38
44
39
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