Skip to content

Commit

Permalink
chore: 🤖 update testnet params (#34)
Browse files Browse the repository at this point in the history
* chore: 🤖 update testnet params

* chore: 🤖 update gov voting period
  • Loading branch information
cosmic-vagabond authored Apr 10, 2023
1 parent 63fd73d commit f9669c9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME?=elys
BINARY?=$(NAME)d
COMMIT:=$(shell git log -1 --format='%H')
VERSION:=$(shell git describe --tags)
VERSION:=$(shell git describe --tags --abbrev=8 | sed 's/-g/-/' | sed 's/-[0-9]*-/-/' | sed 's/v//')

GOFLAGS:=""
GOTAGS:=ledger
Expand Down
21 changes: 13 additions & 8 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ accounts:
- name: treasury
coins:
- 9000000000000000uelys
- 200000000stake
- 100000000ueden
mnemonic: olympic slide park figure frost benefit deer reform fly pull price airport submit monitor silk insect uphold convince pupil project ignore roof warfare slight
- name: bob
Expand All @@ -13,37 +12,43 @@ accounts:
- name: seed
coins:
- 9000000000000000uelys
- 100000000stake
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: seed
coins:
- 1000000000000000uelys
- 100000stake
validators:
- name: treasury
bonded: 100000000stake
bonded: 100000000uelys
genesis:
app_state:
crisis:
constant_fee:
denom: stake
denom: uelys
gov:
deposit_params:
max_deposit_period: 20s
min_deposit:
- amount: "10000000"
denom: stake
denom: uelys
voting_params:
voting_period: 20s
mint:
params:
mint_denom: stake
mint_denom: uelys
slashing:
params:
signed_blocks_window: "10000"
min_signed_per_window: "0.5"
downtime_jail_duration: 600s
slash_fraction_double_sign: "0.05"
slash_fraction_downtime: "0.0001"
staking:
params:
bond_denom: stake
bond_denom: uelys
unbonding_time: 1209600s
bank:
denom_metadata:
- base: uelys
Expand Down
36 changes: 22 additions & 14 deletions configs/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,63 @@ accounts:
- name: nirvana
address: elys1gpv36nyuw5a92hehea3jqaadss9smsqscr3lrp
coins:
- 9000000000000000uelys
- 9000000000000000ueden
- 20000000000000uelys
- 20000000000000ueden
- name: utopia
address: elys1arm80rgjzlczm526hs3eam6g3sjgz5r7snw9em
coins:
- 9000000000000000uelys
- 9000000000000000ueden
- 20000000000000uelys
- 20000000000000ueden
- name: shangrila
address: elys1ch0eyje2nd4t865fgqza3re27t27lcvzx2q9f6
coins:
- 9000000000000000uelys
- 9000000000000000ueden
- 20000000000000uelys
- 20000000000000ueden
- name: arcadia
address: elys1mxnhpne27dgsypepe0tt7k3qstwzn2hw6phhxh
coins:
- 9000000000000000uelys
- 9000000000000000ueden
- 20000000000000uelys
- 20000000000000ueden
- name: euphoria
address: elys1hcsm79x44af4eqxr79aua52tf9k33krkk087s7
coins:
- 9000000000000000uelys
- 9000000000000000ueden
- 20000000000000uelys
- 20000000000000ueden
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: nirvana
coins:
- 1000000000000000uelys
- 1000000000000000ueden
- 10000000000000uelys
- 10000000000000ueden
genesis:
app_state:
crisis:
constant_fee:
denom: uelys
gov:
deposit_params:
max_deposit_period: 20s
max_deposit_period: 60s
min_deposit:
- amount: "10000000"
denom: uelys
voting_params:
voting_period: 20s
voting_period: 60s
mint:
params:
mint_denom: uelys
slashing:
params:
signed_blocks_window: "10000"
min_signed_per_window: "0.5"
downtime_jail_duration: 600s
slash_fraction_double_sign: "0.05"
slash_fraction_downtime: "0.0001"
staking:
params:
bond_denom: uelys
unbonding_time: 1209600s
bank:
denom_metadata:
- base: uelys
Expand Down

0 comments on commit f9669c9

Please sign in to comment.