From 8e7722c41a27f148bef9502e9df0b8f590dc9192 Mon Sep 17 00:00:00 2001 From: Ed Zynda Date: Mon, 24 Feb 2025 11:34:28 +0300 Subject: [PATCH] mark internal --- src/Periphery/ReceiverChainflip.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Periphery/ReceiverChainflip.sol b/src/Periphery/ReceiverChainflip.sol index 3e1cb0def..7ec5ecd85 100644 --- a/src/Periphery/ReceiverChainflip.sol +++ b/src/Periphery/ReceiverChainflip.sol @@ -25,7 +25,7 @@ contract ReceiverChainflip is ILiFi, WithdrawablePeriphery { /// @notice The Chainflip vault contract that is authorized to call this contract address public immutable chainflipVault; /// @notice Chainflip's native token address representation - address constant CHAINFLIP_NATIVE_ADDRESS = + address internal constant CHAINFLIP_NATIVE_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE; /// Modifiers ///