-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
"fraction": 1000000 | ||
} | ||
], | ||
"gasPrice": 0.025, |
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.
is this value fit for node's gas price as well?
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.
yup
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.
Looks good
"fraction": 1000000 | ||
} | ||
], | ||
"gasPrice": 0.025, |
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.
yup
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.
Okay, too fast the first time. Minor adjustments to token types.
gaia-flex/big-dipper-settings.json
Outdated
"bech32PrefixValPub": "cosmosvaloperpub", | ||
"bech32PrefixConsAddr": "cosmosvalcons", | ||
"bech32PrefixConsPub": "cosmosvalconspub", | ||
"bondDenom": "uatom", |
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.
Wait... this is umuon
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.
I got these values from Default big-dipper settings assuming these are the values that are used in cosmos mainnet. Are you sure? maybe these coin representations used internally by big-dipper? @ethanfrey
"bondDenom": "uatom", | ||
"powerReduction": 1000000, | ||
"coins": [ | ||
{ |
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.
No atoms here... remove this section please
Adds required settings for big-dipper configuration.
Related to #57