Skip to content

Commit

Permalink
Update devnet-0.21.1.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren authored Aug 15, 2023
1 parent 54e22aa commit b4d2354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/devnet-0.21.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
genesis_time = "2021-12-20T15:00:00.00Z"
native_token = "NAM"
faucet_pow_difficulty = 0
faucet_withdrawal_limit = "1000"
faucet_withdrawal_limit = "1000000000000000" # MAKE SURE TO CHANGE FOR TESTNET

# 3 genesis validators.
[validator.validator-1]
Expand Down Expand Up @@ -289,9 +289,9 @@ validator_stake_threshold = "1"
# minimum amount of nam token to lock
min_proposal_fund = 500
# proposal code size in bytes
max_proposal_code_size = 500000
max_proposal_code_size = 1000000
# min proposal period length in epochs
min_proposal_period = 3
min_proposal_voting_period = 3
# max proposal period length in epochs
max_proposal_period = 27
# maximum number of characters in the proposal content
Expand Down

0 comments on commit b4d2354

Please sign in to comment.