-
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
Tanya/migration #482
Tanya/migration #482
Conversation
const chainIdToMigrateTo = ChainId.Gnosis; | ||
|
||
const requiredStakedOlas = | ||
service && |
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.
copy-pasted this from AgentNotRunningButton but wonder should we check service
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.
can check this without service condition
|
||
await updateStakingProgram(); // TODO: refactor to support single staking program & multi staking programs, this on longer works | ||
// await updateStakingProgram(); // TODO: refactor to support single staking program & multi staking programs, this on longer works |
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.
unsure what this should do, would appreciate any advice
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.
was previously a function to refetch staking program data
…s, add selectedAgentType to servicesContext
7ea0d00
to
673458d
Compare
8a20583
into
refactor/multi-chain-support-frontend
Proposed changes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply