Skip to content

Commit

Permalink
Merge pull request #4 from nbaum/correct-apr-initial-height
Browse files Browse the repository at this point in the history
Use correct initial height and norm time
  • Loading branch information
avalkov authored Sep 2, 2022
2 parents 029a333 + c20700b commit 41a5a43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
# Go workspace file
go.work

cmd/stats-service/stats-service
cmd/stats-service/stats-service

/stats-service
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ inflation_genesis:
mint_denom: acudos
gravity_account_address: cudos16n3lc7cywa68mg50qhp847034w88pntq8823tx
apr_genesis:
initial_height: 1068800
norm_time_passed: 0.701091267050712000
initial_height: 1069391
norm_time_passed: 0.701184759708210690
real_blocks_per_day: 14048
blocks_per_day: 12345
mint_denom: acudos
Expand Down

0 comments on commit 41a5a43

Please sign in to comment.