Skip to content

Commit

Permalink
add upgrade heights back in & add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongbok lee committed Jan 15, 2021
1 parent c4902de commit fb2165b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [v1.3.0] - TBD

### Client Breaking Changes
### API Breaking Changes
### State Machine Breaking Changes
### Features
### Improvements
### Tests
### Bug Fixes


## [v1.3.0] - 01-15-2021

### Client Breaking Changes
### API Breaking Changes
### State Machine Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions common/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const (
MicroCTKDenom = "uctk"
MicroUnit = int64(1e6)

Update1Height = 100
Update1Height = 348000
// TODO: set to update height
Update2Height = 100
Update2Height = 1423600
)

// GetCoinPercentage returns a certain percentage of coins.
Expand Down

0 comments on commit fb2165b

Please sign in to comment.