Thanks for your interest and taking the time to review the ADAGs code.
This is not an issue or a bug. Those numbers are correct. For example, the founder's share is intended to be 5 billion ARGs (as described in the README.md file). 5e15 is equal to 5 * 10^15 which by considering 6 decimals will be 5 * 10^9 ARGs. the same applies to other numbers.
Thanks for your interest and taking the time to review the ADAGs code. This is not an issue or a bug. Those numbers are correct. For example, the founder's share is intended to be 5 billion ARGs (as described in the README.md file).
5e15
is equal to5 * 10^15
which by considering 6 decimals will be5 * 10^9
ARGs. the same applies to other numbers.