From 1466fe54c3b335cccaf2d39d730411f103342f09 Mon Sep 17 00:00:00 2001 From: bear Date: Sat, 14 Sep 2024 10:24:01 +0800 Subject: [PATCH] Fix typo --- precompile/metadata/sol/state-storage.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precompile/metadata/sol/state-storage.sol b/precompile/metadata/sol/state-storage.sol index 44062437b..16ff0c43a 100644 --- a/precompile/metadata/sol/state-storage.sol +++ b/precompile/metadata/sol/state-storage.sol @@ -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