Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jan 18, 2024
1 parent 7bbb547 commit 0f048fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-contract/contracts/ln/base/LnBridgeSourceV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "../../utils/TokenTransferHelper.sol";
/// @dev See https://github.com/helix-bridge/contracts/tree/master/helix-contract
contract LnBridgeSourceV3 is Pausable, AccessController {
uint256 constant public LOCK_TIME_DISTANCE = 15 minutes;
uint256 constant public SLASH_EXPIRE_TIME = 1 hours;
uint256 constant public MAX_TRANSFER_AMOUNT = type(uint112).max;
// liquidity fee base rate
// liquidityFee = liquidityFeeRate / LIQUIDITY_FEE_RATE_BASE * sendAmount
Expand Down

0 comments on commit 0f048fc

Please sign in to comment.