From 6666f50156faea68504da703b3abb03bdcc95f5e Mon Sep 17 00:00:00 2001 From: Ira Miller Date: Tue, 24 Sep 2024 14:39:32 -0600 Subject: [PATCH] add another changelog for nav example --- .../client-breaking/2158-fix-metadata-nav-example.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/client-breaking/2158-fix-metadata-nav-example.md diff --git a/.changelog/unreleased/client-breaking/2158-fix-metadata-nav-example.md b/.changelog/unreleased/client-breaking/2158-fix-metadata-nav-example.md new file mode 100644 index 000000000..216351fcc --- /dev/null +++ b/.changelog/unreleased/client-breaking/2158-fix-metadata-nav-example.md @@ -0,0 +1,4 @@ +* Fixes the metadata nav cli command example to use the correct module name [#2058](https://github.com/provenance-io/provenance/issues/2058) + During this fix it was discovered that the volume parameter was not present but was required for proper price ratios. The volume + parameter has been added to the NAV entry and when not present a default value of 1 (which should be the most common case for a scope) is + used instead. \ No newline at end of file