feat(statics): set RECEIPT_TOKEN coin feature for tbaseeth:kmusdc and baseeth:gusdcq#9276
Merged
Merged
Conversation
Contributor
bitgo-ai-agent-dev
Bot
force-pushed
the
DEFI-388-receipt-token-coin-feature
branch
from
July 16, 2026 12:07
c78ac32 to
ee7d762
Compare
sachinBitgo
marked this pull request as ready for review
July 16, 2026 12:48
Add CoinFeature.RECEIPT_TOKEN to tbaseeth:kmusdc (testnet Base chain). This is the Defi Test Token used in Galaxy Morpho Vault testnet flows. The missing feature was blocking withdrawal-blocking tests and related DeFi vault flows that gate on the RECEIPT_TOKEN coin feature. Ticket: DEFI-388 Session-Id: c9a965a7-8ba0-4abf-959f-d193417a9203 Task-Id: c6990944-d9f6-4f14-bdb0-3e9264fd05ee
bitgo-ai-agent-dev
Bot
force-pushed
the
DEFI-388-receipt-token-coin-feature
branch
2 times, most recently
from
July 16, 2026 12:52
c23c070 to
a473633
Compare
venkateshv1266
approved these changes
Jul 16, 2026
yashvanthbl137-crypto
approved these changes
Jul 16, 2026
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
CoinFeature.RECEIPT_TOKENtotbaseeth:kmusdc(testnet Base chain Defi Test Token used in Galaxy Morpho Vault testnet flows)Why
tbaseeth:kmusdcis the testnet receipt token for the Galaxy Morpho USDC Vault. Without theRECEIPT_TOKENfeature flag, withdrawal-blocking logic and other DeFi vault flows that gate on this feature cannot be exercised in testnet, blocking QA.Test plan
coins('tbaseeth:kmusdc').featuresincludesreceipt-tokenyarn unit-test --scope @bitgo/statics)tbaseeth:kmusdcTicket: DEFI-388