mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
adjust starting tokens
This commit is contained in:
parent
a687d7c718
commit
93267aca3c
@ -18,8 +18,8 @@ import (
|
||||
|
||||
var (
|
||||
// Tokens given to genesis validators and accounts
|
||||
numStartingTokensValidators = int64(500000)
|
||||
numStartingTokensAccounts = int64(500000)
|
||||
numStartingTokensValidators = int64(1000)
|
||||
numStartingTokensAccounts = int64(99000)
|
||||
)
|
||||
|
||||
// Initial app state to be written to (and read from) genesis file
|
||||
|
Loading…
Reference in New Issue
Block a user