Skip to content

Commit

Permalink
change DEFUND_ADDRESS in tssstakeslashing
Browse files Browse the repository at this point in the history
  • Loading branch information
byteflyfunny committed Mar 25, 2024
1 parent e8d0a42 commit 36b9f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/L1/tss/TssStakingSlashing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contract TssStakingSlashing is
mapping(address => address) public claimerOperators;
bool public isSetParam;
address public tssManager;
address public constant DEFUND_ADDRESS = 0x0000000000000000000000000000000000000000;
address public constant DEFUND_ADDRESS = 0x2F44BD2a54aC3fB20cd7783cF94334069641daC9;


/**
Expand Down

0 comments on commit 36b9f86

Please sign in to comment.