Skip to content

Commit

Permalink
Updates Metis healthcheck endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-mehany committed Apr 22, 2024
1 parent ee90e49 commit e54b932
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-weeks-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/layer2-sequencer-health-adapter': minor
---

Updates Metis healthcheck endpoint
2 changes: 1 addition & 1 deletion packages/sources/layer2-sequencer-health/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Adapter that checks the Layer 2 Sequencer status
| | `BASE_HEALTH_ENDPOINT` | Base Health Endpoint | | |
| | `BASE_CHAIN_ID` | The chain id to connect to | | 8453 |
| | `METIS_RPC_ENDPOINT` | Metis RPC Endpoint | | https://andromeda.metis.io/?owner=1088 |
| | `METIS_HEALTH_ENDPOINT` | Metis Health Endpoint | | https://tokenapi.metis.io/andromeda/health |
| | `METIS_HEALTH_ENDPOINT` | Metis Health Endpoint | | https://andromeda-healthy.metisdevops.link/health |
| | `METIS_CHAIN_ID` | The chain id to connect to | | 1088 |
| | `SCROLL_RPC_ENDPOINT` | Scroll RPC Endpoint | | https://rpc.scroll.io |
| | `SCROLL_HEALTH_ENDPOINT` | Scroll Health Endpoint | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const CHAIN_IDS: Record<EVMNetworks, number | undefined | string> = {
util.getEnv(ENV_SCROLL_CHAIN_ID),
}

const DEFAULT_METIS_HEALTH_ENDPOINT = 'https://tokenapi.metis.io/andromeda/health'
const DEFAULT_METIS_HEALTH_ENDPOINT = 'https://andromeda-healthy.metisdevops.link/health'
export const HEALTH_ENDPOINTS: Record<
Networks,
{ endpoint: string | undefined; responsePath: string[] }
Expand Down

0 comments on commit e54b932

Please sign in to comment.