Skip to content

Conversation

@eho-send
Copy link
Contributor

Add automated workflow to monitor and top-off account balances for ETH transfers, paymaster deposits, and USDC transfers. Includes comprehensive test coverage.

🤖 Generated with Claude Code

Add automated workflow to monitor and top-off account balances for ETH transfers,
paymaster deposits, and USDC transfers. Includes comprehensive test coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@eho-send eho-send requested a review from 0xBigBoss as a code owner October 20, 2025 08:01
erick-kolwaii and others added 3 commits October 20, 2025 03:02
Restore jest.setup-after-env.ts to dev branch version, removing the __DEV__
global declaration that was not relevant to the topoff workflow changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Added FUNDING_TOPOFF_PRIVATE_KEY to the list of required environment variables in bootstrap.ts to ensure the topoff workflow has the necessary funding account credentials before execution.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
action: {
type: 'startWorkflow',
workflowType: 'topOffAccounts',
taskQueue: 'monorepo@latest', // Use the same task queue as other workflows
Copy link
Contributor

Choose a reason for hiding this comment

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

Might need to double-check this in the workers. Vic created some versioning scheme and I don't think this is the right task queue in production anymore. It may be [email protected] right now.

Copy link
Collaborator

Choose a reason for hiding this comment

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

action: {
type: 'startWorkflow',
workflowType: 'topOffAccounts',
taskQueue: 'monorepo@latest', // Use the same task queue as other workflows
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
taskQueue: 'monorepo@latest', // Use the same task queue as other workflows
// import { version } from '@my/workflows/version' import at top of file
taskQueue: `monorepo@${version}`, // Use the same task queue as other workflows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants