From e4f3997d5b4ece5ef55322754dd0866c94fe9aa5 Mon Sep 17 00:00:00 2001 From: Alexxxxxx <118710506+alexgao001@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:50:58 +0800 Subject: [PATCH] add blobhub endpoint (#4) --- README.md | 2 +- metrics/metric.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd5d4f8..449a982 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ the blob-hub service offers APIs that enable users to access and retrieve histor ## Support Network | Network | Endpoint | Bucket | |----------|-------------|-------------| -| Ethereum | coming soon | coming soon | +| Ethereum | https://gnfd-blobhub.bnbchain.org | [ethereum-mainnet-blobs](https://greenfieldscan.com/bucket/0x00000000000000000000000000000000000000000000000000000000000019e7) | | BSC | coming soon | coming soon | Besides the mainnet setting up, we provide a Greenfield testnet(where data could be lost) endpoints: diff --git a/metrics/metric.go b/metrics/metric.go index 17ee22f..1c8fefe 100644 --- a/metrics/metric.go +++ b/metrics/metric.go @@ -27,7 +27,7 @@ var ( } ) -const DefaultMetricsAddress = "localhost:9090" +const DefaultMetricsAddress = "0.0.0.0:9090" type Metrics struct { httpAddress string