Inflation Nomination for sotcsa (#15105)

This commit is contained in:
sotcsa 2021-02-05 06:45:17 +01:00 committed by GitHub
parent a52a241852
commit e908a4b3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -49,6 +49,15 @@ pub mod full_inflation {
}
}
pub mod sotcsa {
pub mod vote {
solana_sdk::declare_id!("EgoekfqCYoraFE5ZkiECGQ945Y5rGBXh3n85sQPuR85r");
}
pub mod enable {
solana_sdk::declare_id!("6f8Y2dACzRjM9R9RwiLp9HuAxo43QwtztgHm4BKUGyxU");
}
}
pub mod buburuza {
pub mod vote {
solana_sdk::declare_id!("4qp2VKAPgmi53N7DkobejdbPgkpP2316mSAZnKaWeDtR");
@ -332,6 +341,8 @@ lazy_static! {
(full_inflation::rockx::vote::id(), "Community vote allowing rockx to enable full inflation"),
(full_inflation::rockx::enable::id(), "Full inflation enabled by rockx"),
/*************** ADD NEW FEATURES HERE ***************/
(full_inflation::sotcsa::vote::id(), "community vote allowing sotcsa to enable full inflation"),
(full_inflation::sotcsa::enable::id(), "full inflation enabled by sotcsa"),
]
.iter()
.cloned()
@ -362,6 +373,10 @@ lazy_static! {
vote_id: full_inflation::candidate_example::vote::id(),
enable_id: full_inflation::candidate_example::enable::id(),
},
FullInflationFeaturePair {
vote_id: full_inflation::sotcsa::vote::id(),
enable_id: full_inflation::sotcsa::enable::id(),
},
FullInflationFeaturePair {
vote_id: full_inflation::stakeconomy::vote::id(),
enable_id: full_inflation::stakeconomy::enable::id(),