feat(ada): Token sponsorship transaction sandboxing script#7982
Open
krupanand-bitgo wants to merge 1 commit intomasterfrom
Open
feat(ada): Token sponsorship transaction sandboxing script#7982krupanand-bitgo wants to merge 1 commit intomasterfrom
krupanand-bitgo wants to merge 1 commit intomasterfrom
Conversation
eaab9b8 to
1241b67
Compare
ada token sponsroship transaction sandboxing script Ticket: WIN-8328
1241b67 to
e5f008e
Compare
mukeshsp
reviewed
Jan 29, 2026
| // Token to transfer | ||
| tokenToSend: { | ||
| policyId: '', // Will be auto-detected from sender's UTXOs | ||
| assetName: '5741544552', // "WATER" in hex (uppercase) |
Contributor
There was a problem hiding this comment.
Can we add a reference for this? That way, if we need to perform a transaction for another token, we can use the reference to retrieve the token hex.
mukeshsp
reviewed
Jan 29, 2026
| */ | ||
| async function buildTokenSponsorshipTransaction() { | ||
| // Initialize BitGo SDK factory | ||
| const factory = new TransactionBuilderFactory(coins.get('tada')); |
Contributor
There was a problem hiding this comment.
Can we define the coin name as a constant so it’s easy to switch between testnet and mainnet?
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.
ADA token sponsorship transactions sandboxing script
Ticket: WIN-8328