Skip to content

Commit dc4763f

Browse files
committed
chore: format
1 parent cb2c6a5 commit dc4763f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/contracts_utils.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def send_allBatch():
9898
tx = vault.allBatch(sigData, [], [], [transferParams], {"from": DEPLOYER})
9999
tx.info()
100100

101+
101102
def send_ccm():
102103
# Insert the address of the vault contract for the network
103104
vault = Vault.at("0x79001a5e762f3befc8e5871b42f6734e00498920")
@@ -116,11 +117,14 @@ def send_ccm():
116117
]
117118
message = "0x"
118119

119-
tx = vault.executexSwapAndCall(sigData, transferParams, 5, b"", message, {"from": DEPLOYER})
120+
tx = vault.executexSwapAndCall(
121+
sigData, transferParams, 5, b"", message, {"from": DEPLOYER}
122+
)
120123
# tx = vault.executexSwapAndCall.call(sigData, transferParams, 5, b"", message, {"from": DEPLOYER})
121124
print(tx)
122125
tx.info()
123126

127+
124128
def send_rotation():
125129
# Insert the address of the Key Manager contract for the network
126130
keyManager = KeyManager.at("0x18195b0E3c33EeF3cA6423b1828E0FE0C03F32Fd")

0 commit comments

Comments
 (0)