Skip to content

Comments

Add testnet program ID support for tip-distribution#160

Merged
ebatsell merged 6 commits intomasterfrom
testnet-tip-distribution-migration
Jan 8, 2026
Merged

Add testnet program ID support for tip-distribution#160
ebatsell merged 6 commits intomasterfrom
testnet-tip-distribution-migration

Conversation

@ebatsell
Copy link
Contributor

@ebatsell ebatsell commented Jan 5, 2026

Summary

  • Add mainnet feature flag to tip-distribution for conditional program ID
  • Update Anchor.toml testnet ID to DzvGET57TAgEDxvm3ERUM4GNcsAJdqjDLCne9sdfY4wf
  • Update workflow to build both mainnet and testnet artifacts

Mainnet ID: 4R3gSG8BpU4t19KYj8CfnbtRpnT8gtk4dvTHxVRwc2r7
Testnet ID: DzvGET57TAgEDxvm3ERUM4GNcsAJdqjDLCne9sdfY4wf

@ebatsell ebatsell force-pushed the testnet-tip-distribution-migration branch from 036e148 to 56dc6de Compare January 5, 2026 15:29
@ebatsell ebatsell force-pushed the testnet-tip-distribution-migration branch from 56dc6de to 064c7de Compare January 5, 2026 15:36
#[cfg(feature = "mainnet")]
declare_id!("4R3gSG8BpU4t19KYj8CfnbtRpnT8gtk4dvTHxVRwc2r7");

#[cfg(not(feature = "mainnet"))]
Copy link
Contributor

Choose a reason for hiding this comment

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

feature = testnet?

ebatsell and others added 2 commits January 7, 2026 16:08
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@segfaultdoc segfaultdoc self-requested a review January 7, 2026 21:16
@ebatsell ebatsell merged commit ce1dfb6 into master Jan 8, 2026
4 checks passed
@ebatsell ebatsell deleted the testnet-tip-distribution-migration branch January 8, 2026 16:26
Sign up for free to 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.

2 participants