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 dab04d6 commit 16baae6Copy full SHA for 16baae6
pythnet/pythnet_sdk/src/lib.rs
@@ -8,14 +8,14 @@ pub(crate) type PriceId = Pubkey;
8
9
/// Official Message Buffer Program Id
10
/// pubkey!("Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM");
11
-const MESSAGE_BUFFER_PID: Pubkey = [
+pub const MESSAGE_BUFFER_PID: Pubkey = [
12
7, 83, 149, 9, 30, 102, 77, 194, 50, 151, 133, 40, 118, 10, 93, 152, 174, 44, 244, 56, 27, 47,
13
234, 218, 173, 153, 254, 48, 102, 178, 128, 18,
14
];
15
16
/// Pubkey::find_program_address(&[b"emitter"], &sysvar::accumulator::id());
17
/// pubkey!("G9LV2mp9ua1znRAfYwZz5cPiJMAbo1T6mbjdQsDZuMJg");
18
-const ACCUMULATOR_EMITTER_ADDRESS: Pubkey = [
+pub const ACCUMULATOR_EMITTER_ADDRESS: Pubkey = [
19
225, 1, 250, 237, 172, 88, 81, 227, 43, 155, 35, 181, 249, 65, 26, 140, 43, 172, 74, 174, 62,
20
212, 221, 123, 129, 29, 209, 167, 46, 164, 170, 113,
21
0 commit comments