From 6a136e03ee432effaebf553009bf809928532c28 Mon Sep 17 00:00:00 2001 From: Nathan Baum Date: Thu, 1 Sep 2022 16:36:09 +0100 Subject: [PATCH 1/2] Ignore stats-service binary --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2a7934..0233afa 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ # Go workspace file go.work -cmd/stats-service/stats-service \ No newline at end of file +cmd/stats-service/stats-service + +/stats-service From c20700b2130eac666206c379001c0f0268f61b3c Mon Sep 17 00:00:00 2001 From: Nathan Baum Date: Fri, 2 Sep 2022 10:16:21 +0100 Subject: [PATCH 2/2] Use correct block height for APR fix --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 7898245..73c6b01 100644 --- a/config.yaml +++ b/config.yaml @@ -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