Skip to content

Commit

Permalink
update /health in README
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 11, 2024
1 parent bb3a3b2 commit 3cce80e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@ Example response:
"allocatorAddress": "0x1234567890123456789012345678901234567890",
"signingAddress": "0x9876543210987654321098765432109876543210",
"timestamp": "2024-03-07T12:00:00.000Z",
"chainConfig": {
"defaultFinalizationThresholdSeconds": 3,
"supportedChains": [
{
"chainId": "1",
"finalizationThresholdSeconds": 25
},
{
"chainId": "10",
"finalizationThresholdSeconds": 10
},
{
"chainId": "8453",
"finalizationThresholdSeconds": 2
}
]
}
"supportedChains": [
{
"chainId": "1",
"allocatorId": "0x12345678901234567890abcd",
"finalizationThresholdSeconds": 25
},
{
"chainId": "10",
"allocatorId": "0x12345678901234567890abcd",
"finalizationThresholdSeconds": 10
},
{
"chainId": "8453",
"allocatorId": "0x2345678901234567890abcde",
"finalizationThresholdSeconds": 2
}
]
}
```

Expand Down

0 comments on commit 3cce80e

Please sign in to comment.