Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
stephhuynh18 committed Jul 25, 2023
1 parent 557c3b2 commit 8233fc7
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,29 @@

exports[`Sync API _logSyncStatus 1`] = `
"Logging state of running ComposeDB syncs
{}"
{
"activeSyncs": [
{
"currentBlock": 101,
"startBlock": 100,
"endBlock": 200,
"createdAt": "2023-02-21T21:43:00.491Z",
"startedAt": "2023-02-21T21:44:40.491Z"
}
],
"continuousSync": [
{
"startBlock": 499,
"confirmations": 20,
"currentBlock": 500
}
],
"pendingSyncs": [
{
"startBlock": 100,
"endBlock": 200,
"createdAt": "2023-02-21T21:43:00.491Z"
}
]
}"
`;

0 comments on commit 8233fc7

Please sign in to comment.