We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da2dd8 commit ec8387fCopy full SHA for ec8387f
crates/programs/world/src/lib.rs
@@ -4,7 +4,7 @@ use error::WorldError;
4
use std::collections::BTreeSet;
5
6
static CPI_AUTH_ADDRESS: Pubkey =
7
- Pubkey::from_str_const("B2f2y3QTBv346wE6nWKor72AUhUvFF6mPk7TWCF2QVhi");
+ Pubkey::from_str_const("B2f2y3QTBv346wE6nWKor72AUhUvFF6mPk7TWCF2QVhi"); // Seeds: ["cpi_auth", [251]]
8
9
#[cfg(not(feature = "no-entrypoint"))]
10
use solana_security_txt::security_txt;
0 commit comments