Skip to content

Commit c9808e8

Browse files
committed
rename L1Block contract
1 parent 16b81ac commit c9808e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/L1Block.sol renamed to src/SovaL1Block.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity 0.8.26;
33

44
/**
5-
* @title L1Block
5+
* @title SovaL1Block
66
* @author Sova Labs
77
* @notice The BitcoinBlock predeploy gives users access to information about the last known
88
* Bitcoin block. Values within this contract are updated once per Sova block and can
@@ -11,7 +11,7 @@ pragma solidity 0.8.26;
1111
*
1212
* @custom:predeploy 0x2100000000000000000000000000000000000015
1313
*/
14-
contract L1Block {
14+
contract SovaL1Block {
1515
/// @notice The latest Bitcoin block number known by the Sova system.
1616
uint256 public currentBlockHeight;
1717

0 commit comments

Comments
 (0)