From e4b9596be71d943aec1c157b9a8a6acb144e3753 Mon Sep 17 00:00:00 2001 From: nikugogoi Date: Thu, 26 May 2022 20:01:31 +0530 Subject: [PATCH] Update ipfs daemon version in readme (#121) --- packages/codegen/README.md | 2 +- .../codegen/src/templates/readme-template.handlebars | 2 +- packages/eden-watcher/README.md | 2 +- packages/graph-test-watcher/README.md | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/codegen/README.md b/packages/codegen/README.md index f5f31d4a5..1464098b8 100644 --- a/packages/codegen/README.md +++ b/packages/codegen/README.md @@ -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 diff --git a/packages/codegen/src/templates/readme-template.handlebars b/packages/codegen/src/templates/readme-template.handlebars index 22ef70e74..b74bbde1b 100644 --- a/packages/codegen/src/templates/readme-template.handlebars +++ b/packages/codegen/src/templates/readme-template.handlebars @@ -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 diff --git a/packages/eden-watcher/README.md b/packages/eden-watcher/README.md index 05e0a767c..4f6b8a632 100644 --- a/packages/eden-watcher/README.md +++ b/packages/eden-watcher/README.md @@ -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 diff --git a/packages/graph-test-watcher/README.md b/packages/graph-test-watcher/README.md index f725b0e3d..348c48f01 100644 --- a/packages/graph-test-watcher/README.md +++ b/packages/graph-test-watcher/README.md @@ -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 @@ -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 @@ -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: @@ -141,7 +141,7 @@ GQL console: http://localhost:3008/graphql ```bash yarn reset job-queue --block-number ``` - + * `block-number`: Block number to which to reset the watcher. * To export and import the watcher state: @@ -159,7 +159,7 @@ GQL console: http://localhost:3008/graphql ```bash yarn job-runner ``` - + * Import watcher state: ```bash @@ -167,7 +167,7 @@ GQL console: http://localhost:3008/graphql ``` * `import-file`: Path of JSON file from which to import the watcher data. - + * Run fill: ```bash