Skip to content

Commit

Permalink
mark internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Feb 24, 2025
1 parent 0778cc0 commit 8e7722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Periphery/ReceiverChainflip.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 ///
Expand Down

0 comments on commit 8e7722c

Please sign in to comment.