Skip to content

Commit

Permalink
add blobhub endpoint (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 authored Apr 19, 2024
1 parent 0bc9bb6 commit e4f3997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion metrics/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
}
)

const DefaultMetricsAddress = "localhost:9090"
const DefaultMetricsAddress = "0.0.0.0:9090"

type Metrics struct {
httpAddress string
Expand Down

0 comments on commit e4f3997

Please sign in to comment.