From ca7a43ca628a8a2286c76b45131a077b03d7ec69 Mon Sep 17 00:00:00 2001 From: Semen Loktionov Date: Fri, 27 Oct 2023 13:11:54 +0300 Subject: [PATCH] 1.0.4 --- CHANGELOG.md | 7 ++++++- env-example | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1faa73..62537a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic ## [Unreleased] +## [1.0.4] - 2023-10-27 +### Fixed +- Devnet coin name + ## [1.0.3] - 2023-10-26 ### Removed - `.env.local` file @@ -28,7 +32,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - Initiated project -[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.3...HEAD +[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.4...HEAD +[1.0.4]: https://gitlab.com/rarimo/scan/compare/1.0.3...1.0.4 [1.0.3]: https://gitlab.com/rarimo/scan/compare/1.0.2...1.0.3 [1.0.2]: https://gitlab.com/rarimo/scan/compare/1.0.1...1.0.2 [1.0.1]: https://gitlab.com/rarimo/scan/compare/1.0.0...1.0.1 diff --git a/env-example b/env-example index 7526d65..b9a372b 100644 --- a/env-example +++ b/env-example @@ -3,8 +3,8 @@ NEXT_PUBLIC_URL="http://localhost:8095" NEXT_PUBLIC_CHAIN_ID="rarimo" NEXT_PUBLIC_CHAIN_ADDR_PREFIX="rarimo" NEXT_PUBLIC_CHAIN_NAME="Rarimo" -NEXT_PUBLIC_DENOM="RMO" -NEXT_PUBLIC_MINIMAL_DENOM="urmo" +NEXT_PUBLIC_DENOM="STAKE" +NEXT_PUBLIC_MINIMAL_DENOM="stake" NEXT_PUBLIC_GAS_PRICE_STEP_LOW=0 NEXT_PUBLIC_GAS_PRICE_STEP_AVG=0.1 NEXT_PUBLIC_GAS_PRICE_STEP_HIGH=0.5 diff --git a/package.json b/package.json index ebdbf95..f4927ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scan", - "version": "1.0.3", + "version": "1.0.4", "private": true, "gitHooks": { "pre-commit": "yarn lint",