-
Notifications
You must be signed in to change notification settings - Fork 38
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
chore(*): update config files #440
Conversation
f7dc3a6
to
8798b32
Compare
@@ -224,7 +224,7 @@ | |||
{ | |||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | |||
"description": { | |||
"moniker": "Story validator 1", | |||
"moniker": "0x0FC41199CE588948861A8DA86D725A5A073AE91A", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we deliberately make moniker this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here? Is it for testing purpose?
@@ -105,7 +105,7 @@ | |||
}, | |||
"balances": [ | |||
{ | |||
"address": "story1kz2cgurfhgege6zqnk8vwupwzqcjry0dj99f7f", | |||
"address": "story1plzprxwwtzy53ps63k5x6uj6tgrn46g6kg65d8", | |||
"coins": [ | |||
{ | |||
"denom": "stake", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to change the denom to IP
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Binary uploaded successfully 🎉📦 Version Name: 0.14.1-unstable-12dd865 |
@@ -224,7 +224,7 @@ | |||
{ | |||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | |||
"description": { | |||
"moniker": "Story validator 1", | |||
"moniker": "0x0FC41199CE588948861A8DA86D725A5A073AE91A", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here? Is it for testing purpose?
"max_entries": 14, | ||
"historical_entries": 10000, | ||
"bond_denom": "stake", | ||
"min_commission_rate": "0.050000000000000000", | ||
"min_delegation": "1024000000000", | ||
"flexible_period_type": 0, | ||
"singularity_height": "403200", | ||
"singularity_height": "1209600", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be 50 days based on 3.6s block time. Is it expected?
update configs for testing
issue: none