Add CashCatHook allowlist entry for Robinhood - #1411
Closed
KFCcook-lab wants to merge 1 commit into
Closed
KFCcook-lab wants to merge 1 commit into
KFCcook-lab wants to merge 1 commit into
Conversation
Contributor
Graphite Automations"Request reviewers once CI passes on routing-api repo" took an action on this PR • (08/21/26)3 reviewers were added and 1 assignee was added to this PR based on Siyu Jiang (See-You John)'s automation. |
Author
|
Hi please contact me about why this was closed without further action or notice |
Author
|
What is needed for this to pass?
Thanks for any comments you can provide |
Author
|
Hi Daniel can you tell us if anything could work for this merge request?
- ChainId.ROBINHOOD SDK update instead of [4663 as ChainId]. ?
- security review / audit proof for CashCatHook ?
- a specific integration request path ?
- sponsor/contact from Robinhood Chain / Uniswap Labs ?
Can you provide any comments ?
Thanks!
…On Mon, Aug 24, 2026 at 2:28 PM Daniel Gretzke ***@***.***> wrote:
Closed #1411 <#1411>.
—
Reply to this email directly, view it on GitHub
<#1411?email_source=notifications&email_token=CMGGZ2NBO2T3USDIQDMDNMD5LSJO5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTEOJZGM2TANRYGUYDFJTSMVQXG33OUZQXG43JM5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#event-29935068502>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/CMGGZ2KBCKMOS6D5OSK5JPT5LSJO5AVCNFSNUABFKJSXA33TNF2G64TZHMZTONZSGYZDOMRWHNEXG43VMU5TKMRRG43TSNZYGIZ2C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/CMGGZ2NLJ6ZAHRH5JW5E4CD5LSJO5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTEOJZGM2TANRYGUYDFJTSMVQXG33OUZQXG43JM5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/CMGGZ2JITWPBZ4ESKT6NDBL5LSJO5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTEOJZGM2TANRYGUYDFJTSMVQXG33OUZQXG43JM5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were assigned.Message ID:
***@***.***>
|
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.
Summary
Adds CashCatHook to the v4 hook address allowlist for Robinhood Chain.
This follows the same routing-api integration path as PR #1407, which added
ROBINS_WORLD_LAUNCHPAD_HOOK_ON_ROBINHOODby updatinglib/util/hooksAddressesAllowlist.ts.Details
4663CashCatHook0xEfe669814e5Eec33406Bd50ffa8331618D076aEcThe local SDK version used by this repository branch does not yet expose
ChainId.ROBINHOOD, so this PR uses[4663 as ChainId]to keep the change scoped to the hook allowlist without introducing an unrelated SDK/lockfile update.If maintainers prefer, this can be changed to
[ChainId.ROBINHOOD]once the repository lockfile resolves to an SDK version that includes Robinhood Chain.Test plan
npm run buildnpm run test:unit