feat(gas-claims-reminder): build to release-ready (keyless claims + gas)#51
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
hebbianloop
commented
Jun 25, 2026
| "runtimes": ["nous", "claude", "openclaw"], | ||
| "envVars": [ | ||
| { | ||
| "key": "WATCH_ADDRESS", |
Member
Author
There was a problem hiding this comment.
should be more than one address that can be watched
hebbianloop
pushed a commit
that referenced
this pull request
Jun 25, 2026
…chain' label (PR #51 review) Signed-off-by: Shady El Damaty <shady@holonym.id>
Member
Author
|
Addressed in 7499c81: |
Rebuilt onto current main (agent-only diff). Addresses #51 review: WATCH_ADDRESS multi-address at deploy; dropped 'Off-chain' label. Signed-off-by: Shady El Damaty <shady@holonym.id>
7499c81 to
e04ffb4
Compare
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.
Builds the Gas & Claims Reminder starter agent from a generic stub into a real keyless, self-sustaining daily money-check (no AEX backend, no API keys).
Stacked PR — based on
shady/security-guard(the batch-1 stack with the agent stubs). Diff is clean: 5 files, gas-claims only. Re-target tomainafter the stack lands.What it does (read-only — finds money, never moves funds)
gas_cheap, works at 30 gwei or 0.01 gwei) + native balance (low_gas) via public RPC. (Verified live on ETH/Base/Arbitrum.)WATCH_CHAINS(default 1,8453,42161,10); env varsMIN_CLAIM_USD,GAS_CHEAP_PCTILE,MIN_GAS_NATIVE.Second Batch-1 agent to ✅ on the testing protocol (internal-docs #1464).
🤖 Generated with Claude Code