fix: add Hoodeth ERC20 operation hash prefixes - #9704
Draft
ralph-bitgo[bot] wants to merge 1 commit into
Draft
Conversation
ralph-bitgo
Bot
force-pushed
the
SPT-445-hoodeth-vrt-transfer
branch
from
September 10, 2026 08:51
45047bf to
b1ec5bb
Compare
WHAT: Configure chain-specific ERC20 operation hash prefixes for Hoodeth mainnet and testnet.\n\nWHY: EthLikeToken signing uses the network prefix for token operation hashes; Hoodeth networks previously omitted it, causing wallet token sends to use an inconsistent generic fallback. Ticket: SPT-445 Session-Id: 7e1eab36-9635-413e-a503-6c4eeff422db Task-Id: ea069a0e-c9f9-4d16-8a15-a1c84c0f165f
ralph-bitgo
Bot
force-pushed
the
SPT-445-hoodeth-vrt-transfer
branch
2 times, most recently
from
September 10, 2026 08:52
9d60d48 to
1a70f24
Compare
Contributor
|
|
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.
WHAT
Configure chain-specific ERC20 operation hash prefixes for Hoodeth mainnet and testnet.
WHY
EthLikeToken signing uses the network prefix for token operation hashes. Hoodeth networks previously omitted it, causing wallet token sends to use the generic fallback rather than explicit chain-specific ERC20 prefixes.
Ticket: SPT-445