From 3cce80e06b3ec92a30b9a9c65db8e6dfecd41644 Mon Sep 17 00:00:00 2001 From: 0age <37939117+0age@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:39:26 -0800 Subject: [PATCH] update /health in README --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2a23698..2d3281c 100644 --- a/README.md +++ b/README.md @@ -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 + } + ] } ```