Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vp4242 committed Feb 1, 2024
1 parent 4d0fc5e commit ef148bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/0.8.9/SepoliaDepositAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pragma solidity 0.8.9;
contract SepoliaDepositAdapter {

uint public constant TEST_VALUE = 16;
address public depositContract;
address public immutable depositContract;

function deposit(
bytes calldata pubkey,
Expand Down

0 comments on commit ef148bb

Please sign in to comment.