Skip to content

Commit

Permalink
Update localdata-rpc.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
skundu42 authored Aug 3, 2024
1 parent 8ca239b commit 25ba6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/node/run/localdata-rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ cd collector
npm install
```

- Update the **config.json** file with correct **distributorInfo** and **collectorInfo**:
- Update the [config.json](https://github.com/shardeum/relayer-collector/blob/dev/config.json) file with correct **distributorInfo** and **collectorInfo**:

<Callout title="Whitelisting keys" type="error">
You can request distributor and collector info from the Shardeum team or else you can generate a key-pair of your own and request the administrator to whitelist your keys on the one of the running distributors. (For steps on how to create a key-pair for collector server refer to the steps mentioned at the bottom of this document). In future, you will be able to setup your own distributor.
Expand Down Expand Up @@ -252,7 +252,7 @@ cd json-rpc-server
npm install
```
- Update src/config.ts file
- Update [src/config.ts](https://github.com/shardeum/json-rpc-server/blob/dev/src/config.ts) file
```bash
- collectorSourcing.enabled: true
Expand Down

0 comments on commit 25ba6c3

Please sign in to comment.