Skip to content

Commit

Permalink
Update ipfs daemon version in readme (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi committed May 26, 2022
1 parent 168689a commit e4b9596
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
yarn
```

* Run the IPFS (go-ipfs version 0.9.0) daemon:
* Run the IPFS (go-ipfs version 0.12.2) daemon:

```bash
ipfs daemon
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/src/templates/readme-template.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
yarn
```

* Run the IPFS (go-ipfs version 0.9.0) daemon:
* Run the IPFS (go-ipfs version 0.12.2) daemon:

```bash
ipfs daemon
Expand Down
2 changes: 1 addition & 1 deletion packages/eden-watcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
yarn
```

* Run the IPFS (go-ipfs version 0.9.0) daemon:
* Run the IPFS (go-ipfs version 0.12.2) daemon:

```bash
ipfs daemon
Expand Down
12 changes: 6 additions & 6 deletions packages/graph-test-watcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
yarn
```

* Run the IPFS (go-ipfs version 0.9.0) daemon:
* Run the IPFS (go-ipfs version 0.12.2) daemon:

```bash
ipfs daemon
Expand Down Expand Up @@ -97,7 +97,7 @@ GQL console: http://localhost:3008/graphql
* `starting-block`: Starting block for the contract (default: `1`).

Examples:

Watch a contract with its address and checkpointing on:

```bash
Expand All @@ -117,7 +117,7 @@ GQL console: http://localhost:3008/graphql
```

* `start-block`: Block number to start filling from.
* `end-block`: Block number till which to fill.
* `end-block`: Block number till which to fill.

* To create a checkpoint for a contract:

Expand All @@ -141,7 +141,7 @@ GQL console: http://localhost:3008/graphql
```bash
yarn reset job-queue --block-number <previous-block-number>
```

* `block-number`: Block number to which to reset the watcher.

* To export and import the watcher state:
Expand All @@ -159,15 +159,15 @@ GQL console: http://localhost:3008/graphql
```bash
yarn job-runner
```

* Import watcher state:

```bash
yarn import-state --import-file <import-file-path>
```

* `import-file`: Path of JSON file from which to import the watcher data.

* Run fill:

```bash
Expand Down

0 comments on commit e4b9596

Please sign in to comment.