From 0a79e7b9b69028cacbee538bd2e2ca7c7c357cca Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 30 Jul 2024 17:45:40 +0530 Subject: [PATCH] Update package version --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9104154..b8dbdf4 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The `gas` and `fees` can be set to some default values in the config, and can be Example: ```bash -$ laconic registry bond create --type alnt --quantity 1000000000 --gas 200000 --fees 200000alnt +$ laconic registry bond create --type alnt --quantity 100000000000 --gas 200000 --fees 200000alnt ``` ## Operations @@ -177,7 +177,7 @@ record: Publish record (see below for commands to create/query bonds): ```bash -$ laconic registry record publish --filename watcher.yml --bond-id 58508984500aa2ed18e059fa8203b40fbc9828e3bfa195361335c4e4524c4785 --gas 250000 +$ laconic registry record publish --filename watcher.yml --bond-id 58508984500aa2ed18e059fa8203b40fbc9828e3bfa195361335c4e4524c4785 --gas 250000 --fees 250000alnt { id: 'bafyreic3auqajvgszh3vfjsouew2rsctswukc346dmlf273ln4g6iyyhba' } ``` diff --git a/package.json b/package.json index 6fa89bc..b066699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-registry-cli", - "version": "0.2.1", + "version": "0.2.2", "main": "index.js", "repository": "git@github.com:cerc-io/laconic-registry-cli.git", "author": "",