Skip to content

Commit a063c01

Browse files
committed
docs: fix agent endpoint
1 parent 882e8d5 commit a063c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ cargo +nightly fmt && cargo clippy --all-targets --all-features && cargo run --r
2121
### Retrieve blob versioned hash and the associated ANS-104 dataitem id by versioned hash
2222

2323
```bash
24-
curl -X GET https://blobscan.load.rs/v1/blob/$BLOB_VERSIONED_HASH
24+
curl -X GET https://load-blobscan-agent.load.network/v1/blob/$BLOB_VERSIONED_HASH
2525
```
2626

2727
### Retrieve Indexer stats
2828

2929
```bash
30-
curl -X GET https://blobscan.load.rs/v1/stats
30+
curl -X GET https://load-blobscan-agent.load.network/v1/stats
3131
```
3232

3333
### Agent's server info
3434

3535
```bash
36-
curl -X GET https://blobscan.load.rs/v1/info
36+
curl -X GET https://load-blobscan-agent.load.network/v1/info
3737
```
3838

3939
## License

0 commit comments

Comments
 (0)