-
Notifications
You must be signed in to change notification settings - Fork 2
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: add service template #576
base: feature/modius
Are you sure you want to change the base?
Conversation
d877ae9
to
d669d62
Compare
.env.example
Outdated
BASE_RPC= | ||
MODE_RPC= |
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 have mode rpc gateway yet @Tanya-atatakai?
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.
afaik we don't and should use the public one
}, | ||
}, | ||
}, | ||
env_variables: { |
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.
Missing RPC variables (computed)
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.
have added MODE_LEDGER_RPC
but unsure if this is the one.
SELECTED_STRATEGIES: { | ||
name: 'Selected strategies', | ||
description: '', | ||
value: '', | ||
provision_type: EnvProvisionType.COMPUTED, |
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, this can possibly be a fixed value.
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.
have updated as I understood it (using this https://github.com/valory-xyz/modius-quickstart/blob/main/run_service.py#L403)
214eee7
to
b28c680
Compare
d669d62
to
978c2b8
Compare
b28c680
to
218a66d
Compare
Proposed changes
Add service template for Modius
Based on:
https://github.com/valory-xyz/modius-quickstart/blob/main/run_service.py#L434
https://github.com/valory-xyz/modius-quickstart/blob/main/run_service.py#L899
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply