Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Oct 27, 2023
1 parent 6383ce3 commit ca7a43c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions env-example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scan",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit ca7a43c

Please sign in to comment.