Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b5306b4

Browse files
committed
Update id and version
1 parent 2aa5ee5 commit b5306b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

feature-proposal/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-feature-proposal"
3-
version = "1.0.0-pre1"
3+
version = "1.0.0-pre2"
44
description = "Solana Program Library Feature Proposal Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
badkenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8kn
1+
Feat1YXHhH6t1juaWF74WLcfv4XoNocjXA6sPWHNgAse

feature-proposal/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub mod state;
1212
pub use solana_program;
1313
use solana_program::{program_pack::Pack, pubkey::Pubkey};
1414

15-
solana_program::declare_id!("badkenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8kn"); // TODO: Update Id
15+
solana_program::declare_id!("Feat1YXHhH6t1juaWF74WLcfv4XoNocjXA6sPWHNgAse");
1616

1717
pub(crate) fn get_mint_address_with_seed(feature_proposal_address: &Pubkey) -> (Pubkey, u8) {
1818
Pubkey::find_program_address(&[&feature_proposal_address.to_bytes(), br"mint"], &id())

0 commit comments

Comments
 (0)