Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Conversation

@DavidMinarsch
Copy link
Contributor

No description provided.

output=$(poetry run autonomy service --use-custom-chain activate --key "../$operator_pkey_path" "$service_id")
export cmd="poetry run autonomy service --use-custom-chain activate --key "../$operator_pkey_path" "$service_id""
if [ "${use_staking}" = true ]; then
minimum_olas_balance=1000000000000000000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future version of this script, we should get this from the staking contract. So I think the script should have an env var with the staking contract and we pull this info dynamically from there.

--update \"$service_id\"
"
if [ "${use_staking}" = true ]; then
cost_of_bonding=1000000000000000000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see below

fi

# Check balances
suggested_amount=50000000000000000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see below

@DavidMinarsch DavidMinarsch merged commit 6e9ba0d into main Nov 1, 2023
@DavidMinarsch DavidMinarsch deleted the feat/staking branch November 1, 2023 11:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants