You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`wvm-blobscan` is a data bridge built to archive Ethereum's blob data on [WeaveVM](https://wvm.dev). It grabs blocks containing eip-4844 transactions from [Blobscan](https://blobscan.com) and archive them permanently on WeaveVM..
2
+
`wvm-blobscan` is a data bridge built to archive Ethereum's blob data on [Load Network](https://load.network). It grabs blocks containing eip-4844 transactions from [Blobscan](https://blobscan.com) and archive them permanently on Load Network.
9
3
10
4
### Prerequisites & Dependencies
11
5
12
6
While the core functionality of this ETL codebase can run without web2 component dependencies, this node implementation uses [planetscale](https://planetscale.com) for cloud indexing and [shuttle.dev](https://shuttle.dev) for backend hosting. Check [.env.example](./env.example) to set up your environment variables.
13
7
14
8
```js
15
-
blobscan_pk=""//WeaveVM Blobscan archiver PK
9
+
blobscan_pk=""//Load Blobscan archiver PK
16
10
17
11
DATABASE_HOST=""// planetscale
18
12
DATABASE_USERNAME=""// planetscale
@@ -47,7 +41,7 @@ graph TD
47
41
### Retrieve blob data and the associated archive txid by VersionedHash
48
42
49
43
```bash
50
-
curl -X GET https://blobscan.wvm.network/v1/blob/$BLOB_VERSIONED_HASH
44
+
curl -X GET https://blobscan.load.rs/v1/blob/$BLOB_VERSIONED_HASH
0 commit comments