supporting multiple minting groups instead of supporting one and only one minting group

This commit is contained in:
kennycud
2025-02-03 18:19:56 -08:00
parent 9017db725e
commit 91ceafe0e3
10 changed files with 473 additions and 26 deletions

View File

@@ -31,6 +31,12 @@
"blockRewardBatchStartHeight": 999999000,
"blockRewardBatchSize": 10,
"blockRewardBatchAccountsBlockCount": 3,
"mintingGroupIds": [
{ "height": 0, "ids": []},
{ "height": 5, "ids": [694]},
{ "height": 8, "ids": [694, 800]},
{ "height": 12, "ids": [800]}
],
"rewardsByHeight": [
{ "height": 1, "reward": 100 },
{ "height": 11, "reward": 10 },