Skip to content

Commit

Permalink
update (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech authored Jun 7, 2024
1 parent c7ee8e8 commit 4f35358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/ReverseFullCheckpoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract ReverseFullCheckpoint {
bytes32 private latestBlock;
bytes32 private latestFinalizedBlock;

string public constant MODE = "reverse full";
string public constant MODE = "reverse_full";

uint64 private epochNum;
uint64 public INIT_STATUS;
Expand Down
1 change: 0 additions & 1 deletion deployment.config.json.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"subnet": {

"gap": 450,
"epoch": 900,
"gsbn": 451
Expand Down

0 comments on commit 4f35358

Please sign in to comment.