We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6356522 commit b9e4171Copy full SHA for b9e4171
1 file changed
scripts/contractInteraction/contract_interaction.py
@@ -31,7 +31,8 @@ def main():
31
# call the function you want here
32
##################################
33
34
- #upgradeFeeSharingCollector("0x32f8e5529d90bab47DA2062630DCec3B0b60F8C8")
+ #upgradeFeeSharingCollector("0x32f8e5529d90bab47DA2062630DCec3B0b60F8C8") # regular implementation
35
+ #upgradeFeeSharingCollector("0x2bd0b0ee7189f471e9d6befd69104debeb6b7568") # pause fee withdraw in case of emergency
36
#sendTokensFromMultisig(conf.contracts['ETHs'], '0x8c9143221f2b72fcef391893c3a02cf0fe84f50b', 0.05*10**18)
37
38
# bal = getBalanceOf(conf.contracts['USDCes'], conf.contracts['multisig'])
0 commit comments