Skip to content

Commit ec8387f

Browse files
committed
📝 Adding docs about CPI Auth PDA seeds
1 parent 8da2dd8 commit ec8387f

File tree

1 file changed

+1
-1
lines changed
  • crates/programs/world/src

1 file changed

+1
-1
lines changed

crates/programs/world/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use error::WorldError;
44
use std::collections::BTreeSet;
55

66
static CPI_AUTH_ADDRESS: Pubkey =
7-
Pubkey::from_str_const("B2f2y3QTBv346wE6nWKor72AUhUvFF6mPk7TWCF2QVhi");
7+
Pubkey::from_str_const("B2f2y3QTBv346wE6nWKor72AUhUvFF6mPk7TWCF2QVhi"); // Seeds: ["cpi_auth", [251]]
88

99
#[cfg(not(feature = "no-entrypoint"))]
1010
use solana_security_txt::security_txt;

0 commit comments

Comments
 (0)