Skip to main content

antegen_fiber_program/
constants.rs

1use anchor_lang::prelude::*;
2
3pub const SEED_THREAD_FIBER: &[u8] = b"thread_fiber";
4
5/// Static pubkey for the payer placeholder - this is a placeholder address
6/// "AntegenPayer1111111111111111111111111111111" in base58
7pub const PAYER_PUBKEY: Pubkey = pubkey!("AntegenPayer1111111111111111111111111111111");