Skip to content

Commit b9e4171

Browse files
committed
update scripts
1 parent 6356522 commit b9e4171

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/contractInteraction/contract_interaction.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def main():
3131
# call the function you want here
3232
##################################
3333

34-
#upgradeFeeSharingCollector("0x32f8e5529d90bab47DA2062630DCec3B0b60F8C8")
34+
#upgradeFeeSharingCollector("0x32f8e5529d90bab47DA2062630DCec3B0b60F8C8") # regular implementation
35+
#upgradeFeeSharingCollector("0x2bd0b0ee7189f471e9d6befd69104debeb6b7568") # pause fee withdraw in case of emergency
3536
#sendTokensFromMultisig(conf.contracts['ETHs'], '0x8c9143221f2b72fcef391893c3a02cf0fe84f50b', 0.05*10**18)
3637

3738
# bal = getBalanceOf(conf.contracts['USDCes'], conf.contracts['multisig'])

0 commit comments

Comments
 (0)