Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update governance params #24

Merged
merged 2 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions templates/anoma-devnet-base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,12 @@ light_client_attack_slash_rate = 500
# minimum amount of xan token to lock
min_proposal_fund = 500
# proposal code size in kibibytes (KiB)
max_proposal_code_size = 300000
# proposal period length in epoch
max_proposal_code_size = 300000
# min proposal period length in epochs
min_proposal_period = 3
# max proposal period length in epochs
max_proposal_period = 27
# maximum number of characters in the proposal content
max_proposal_content_size = 10000
# minimum epochs between end and grace epoch
min_proposal_grace_epochs = 6

# Treasury parameters
[treasury_params]
max_proposal_fund_transfer = 5000
min_proposal_grace_epochs = 6
12 changes: 5 additions & 7 deletions templates/anoma-devnet-gov.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,12 @@ light_client_attack_slash_rate = 500
# minimum amount of xan token to lock
min_proposal_fund = 500
# proposal code size in kibibytes (KiB)
max_proposal_code_size = 300000
# proposal period length in epoch
max_proposal_code_size = 300000
# min proposal period length in epochs
min_proposal_period = 3
# max proposal period length in epochs
max_proposal_period = 27
# maximum number of characters in the proposal content
max_proposal_content_size = 10000
# minimum epochs between end and grace epoch
min_proposal_grace_epochs = 6

# Treasury parameters
[treasury_params]
max_proposal_fund_transfer = 5000
min_proposal_grace_epochs = 6
12 changes: 5 additions & 7 deletions templates/anoma-devnet-ibc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,12 @@ light_client_attack_slash_rate = 500
# minimum amount of xan token to lock
min_proposal_fund = 500
# proposal code size in kibibytes (KiB)
max_proposal_code_size = 300000
# proposal period length in epoch
max_proposal_code_size = 300000
# min proposal period length in epochs
min_proposal_period = 3
# max proposal period length in epochs
max_proposal_period = 27
# maximum number of characters in the proposal content
max_proposal_content_size = 10000
# minimum epochs between end and grace epoch
min_grace_epoch = 6

# Treasury parameters
[treasury_params]
max_proposal_fund_transfer = 5000
min_grace_epoch = 6
12 changes: 5 additions & 7 deletions templates/anoma-devnet-masp-gov.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,12 @@ light_client_attack_slash_rate = 500
# minimum amount of xan token to lock
min_proposal_fund = 500
# proposal code size in kibibytes (KiB)
max_proposal_code_size = 300000
# proposal period length in epoch
max_proposal_code_size = 300000
# min proposal period length in epochs
min_proposal_period = 3
# max proposal period length in epochs
max_proposal_period = 27
# maximum number of characters in the proposal content
max_proposal_content_size = 10000
# minimum epochs between end and grace epoch
min_proposal_grace_epochs = 6

# Treasury parameters
[treasury_params]
max_proposal_fund_transfer = 5000
min_proposal_grace_epochs = 6