File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments