Skip to content

Conversation

@krupanand-bitgo
Copy link
Contributor

@krupanand-bitgokrupanand-bitgo commented Jan 28, 2026

ADA token sponsorship transactions sandboxing script
Ticket: WIN-8328

@krupanand-bitgokrupanand-bitgo changed the title feat(ada): feat(ada): Token sponsorship transaction sandboxing scriptJan 28, 2026
@krupanand-bitgokrupanand-bitgoforce-pushed the WIN-8328_ada_token_consolidation branch 2 times, most recently from eaab9b8 to 1241b67CompareJanuary 28, 2026 06:35
ada token sponsroship transaction sandboxing script Ticket: WIN-8328
@krupanand-bitgokrupanand-bitgoforce-pushed the WIN-8328_ada_token_consolidation branch from 1241b67 to e5f008eCompareJanuary 28, 2026 08:30
@krupanand-bitgokrupanand-bitgo marked this pull request as ready for review January 28, 2026 08:39
@krupanand-bitgokrupanand-bitgo requested a review from a team as a code ownerJanuary 28, 2026 08:39
// Token to transfer
tokenToSend:{
policyId: '', // Will be auto-detected from sender's UTXOs
assetName: '5741544552', // "WATER" in hex (uppercase)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

*/
async function buildTokenSponsorshipTransaction(){
// Initialize BitGo SDK factory
const factory = new TransactionBuilderFactory(coins.get('tada'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define the coin name as a constant so it’s easy to switch between testnet and mainnet?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@krupanand-bitgo@mukeshsp