Draft
Conversation
Added one-shot script that can sweep tokens into USDC for an eth address and also cross-chain bridge USDC to Ethereum. Added Lifi claim script to pull funds from the Lifi proxy contract into the main address
This is in preparation for them to be fully automated with the Autobot server.
peachbits
approved these changes
Mar 16, 2026
Contributor
peachbits
left a comment
There was a problem hiding this comment.
I tested the voucher and login package scripts and got them workings. Only comments are related to ENV handling and the hardcoded 'paul's across the code. Would rather see the config used for that and asana projects IDs
|
|
||
| async function getLoginTasks(): Promise<LoginTasksResult> { | ||
| // Find "Paul's tasks" project | ||
| const project = await findProjectByName("Paul's tasks") |
Contributor
There was a problem hiding this comment.
This is fragile and could be added to the config as an asana project ID
| }) | ||
|
|
||
| // Use SSH agent for authentication (handles keys with passphrases) | ||
| const sshAuthSock = process.env.SSH_AUTH_SOCK |
Contributor
There was a problem hiding this comment.
The env variables could be added to the config
| } | ||
|
|
||
| const confirmed = await waitForConfirmation( | ||
| '\nUpdate these tasks to "Verification Needed", remove assignee, and remove from Paul\'s Tasks? (y/n): ' |
Contributor
There was a problem hiding this comment.
a lot of hardcoded 'paul' in here. replace Paul's Tasks with project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.