Skip to content

Commit

Permalink
Fix typo (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Sep 14, 2024
1 parent fc3315e commit 72418d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompile/metadata/sol/state-storage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pragma solidity >=0.8.3;
address constant STATE_STORAGE_ADDRESS = 0x0000000000000000000000000000000000000400;

/// @dev The StateStorage contract instance
StateStorage constant DEPOSIT_CONTRACT = StateStorage(STATE_STORAGE_ADDRESS);
StateStorage constant STATE_STORAGE_CONTRACT = StateStorage(STATE_STORAGE_ADDRESS);

/// @title StateStorage
/// @notice The interface of the state storage precompile
Expand Down

0 comments on commit 72418d6

Please sign in to comment.