1
1
# General protocol parameters.
2
2
[parameters ]
3
3
native_token = " NAM"
4
- is_native_token_transferable = true
4
+ is_native_token_transferable = false # Phase 5: turn to true
5
5
# Minimum number of blocks in an epoch.
6
6
min_num_of_blocks = 2_700
7
7
# Max payload size, in bytes, for a tx.
@@ -19,16 +19,16 @@ epochs_per_year = 1_460
19
19
# The multiplier for masp epochs
20
20
masp_epoch_multiplier = 4
21
21
# Max gas for block
22
- max_block_gas = 20000000
22
+ max_block_gas = 3_000_000
23
23
# Masp fee payment gas limit
24
- masp_fee_payment_gas_limit = 20000
24
+ masp_fee_payment_gas_limit = 50_000
25
25
# Gas scale
26
- gas_scale = 100_000_000
26
+ gas_scale = 50_000
27
27
28
28
29
29
# Map of the cost per gas unit for every token allowed for fee payment
30
30
[parameters .minimum_gas_price ]
31
- nam = " 0.000001 "
31
+ nam = " 0.00001 "
32
32
33
33
# Proof of stake parameters.
34
34
[pos_params ]
@@ -46,10 +46,10 @@ tm_votes_per_token = "1"
46
46
block_proposer_reward = " 0.125"
47
47
# Reward for voting on a block.
48
48
block_vote_reward = " 0.1"
49
- # Maximum inflation rate per annum (10%)
49
+ # Maximum inflation rate per annum
50
50
max_inflation_rate = " 0"
51
51
# Targeted ratio of staked tokens to total tokens in the supply
52
- target_staked_ratio = " 0.6667 "
52
+ target_staked_ratio = " 0.0 "
53
53
# Portion of a validator's stake that should be slashed on a duplicate
54
54
# vote.
55
55
duplicate_vote_min_slash_rate = " 0.001"
@@ -78,15 +78,15 @@ rewards_gain_d = "0.25"
78
78
# minimum amount of nam token to lock
79
79
min_proposal_fund = 2000
80
80
# proposal code size in bytes
81
- max_proposal_code_size = 1000_000
81
+ max_proposal_code_size = 1_000_000
82
82
# min proposal period length in epochs
83
- min_proposal_voting_period = 29
83
+ min_proposal_voting_period = 12 # Phase 5: turn to 29
84
84
# max proposal period length in epochs
85
85
max_proposal_period = 84
86
86
# maximum number of characters in the proposal content
87
87
max_proposal_content_size = 10_000
88
88
# minimum epochs between end and activation epoch
89
- min_proposal_grace_epochs = 8
89
+ min_proposal_grace_epochs = 1 # Phase 5: turn to 8
90
90
# maximum number of epochs between current epoch and start epoch
91
91
max_proposal_latency = 8
92
92
@@ -99,7 +99,7 @@ pgf_inflation_rate = "0"
99
99
# The pgf stewards inflation rate
100
100
stewards_inflation_rate = " 0"
101
101
# The maximum number of pgf stewards
102
- maximum_number_of_stewards = 5
102
+ maximum_number_of_stewards = 1
103
103
104
104
# IBC parameters
105
105
[ibc_params ]
0 commit comments