Last active
May 7, 2023 14:53
-
-
Save kaisbaccour/1f88ac4981d94dffe482747987f262f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title":"Set inflation to 20% and add dev and drand allocation funds", | |
"description":"You can have more details in this article https://scripta.network/@noislabs/fbc9c0dd-317b-4a00-9f9c-bb66e282e93c \n The RandomnessRewardsReceiver and DeveloperRewardsReceiver addresses are multisigs with a threshold of 3 and constituted of 5 members: @simon_warta @kais_kat @jhernandezb_ @nikkolasg1 @LeTurt_ ", | |
"changes":[ | |
{ | |
"subspace":"mint", | |
"key":"InflationMax", | |
"value":"0.20" | |
}, | |
{ | |
"subspace":"mint", | |
"key":"InflationMin", | |
"value":"0.20" | |
}, | |
{ | |
"subspace":"allocation", | |
"key":"RandomnessRewardsReceiver", | |
"value":"nois1w6t2stuw6m384838yhpyghac7y98c7f4jk4m58" | |
}, | |
{ | |
"subspace":"allocation", | |
"key":"DeveloperRewardsReceiver", | |
"value":[ | |
{ | |
"address":"nois13t0dg6503xafyclj8q9e7kpvwaq0dsrq0g8j6a", | |
"weight":"1" | |
} | |
] | |
} | |
], | |
"deposit":"200000000unois" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment