-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feat/remove default values #109
Conversation
7aa282b
to
c01e934
Compare
2a74f8a
to
b8cb35d
Compare
scripts/deploy_scripts/utils.bash
Outdated
"lsm_redeem_threshold":2, | ||
"lsm_min_bond_amount":"1", | ||
"lsm_redeem_max_interval":60000, | ||
"bond_limit":"0", | ||
"min_stake_amount":"2", | ||
"icq_update_delay": 5 |
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.
Please replace these default values with variables as well
scripts/deploy_scripts/utils.bash
Outdated
}, | ||
"base_denom":"'"$uatom_on_neutron_denom"'", | ||
"core_params":{ | ||
"idle_min_interval":60, |
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.
This one as well
scripts/deploy_scripts/utils.bash
Outdated
"transfer_channel_id":"'"$NEUTRON_SIDE_TRANSFER_CHANNEL_ID"'", | ||
"port_id":"transfer", | ||
"denom":"'"$TARGET_BASE_DENOM"'", | ||
"update_period":100 |
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.
here
scripts/deploy_scripts/utils.bash
Outdated
"description":"Drop token", | ||
"display":"drop", | ||
"exponent":6, | ||
"name":"Drop liquid staking token", | ||
"symbol":"DROP" |
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.
This values as well, but set default value to the current constant
scripts/deploy_scripts/utils.bash
Outdated
"min_stake_amount":"10000", | ||
"min_ibc_transfer":"10000", |
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.
and here
…ate.bash and update .env.instantiate.example
No description provided.