We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b81ac commit c9808e8Copy full SHA for c9808e8
src/L1Block.sol renamed to src/SovaL1Block.sol
@@ -2,7 +2,7 @@
2
pragma solidity 0.8.26;
3
4
/**
5
- * @title L1Block
+ * @title SovaL1Block
6
* @author Sova Labs
7
* @notice The BitcoinBlock predeploy gives users access to information about the last known
8
* Bitcoin block. Values within this contract are updated once per Sova block and can
@@ -11,7 +11,7 @@ pragma solidity 0.8.26;
11
*
12
* @custom:predeploy 0x2100000000000000000000000000000000000015
13
*/
14
-contract L1Block {
+contract SovaL1Block {
15
/// @notice The latest Bitcoin block number known by the Sova system.
16
uint256 public currentBlockHeight;
17
0 commit comments