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 1283bd4 commit 4909cd9Copy full SHA for 4909cd9
runtime/src/bank/pyth/accumulator.rs
@@ -60,8 +60,7 @@ lazy_static! {
60
);
61
pub static ref BATCH_PUBLISH_PID: Pubkey = env_pubkey_or(
62
"BATCH_PUBLISH_PID",
63
- // TODO: replace with real program id
64
- "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epA"
+ "3m6sv6HGqEbuyLV84mD7rJn4MAC9LhUa1y1AUNVqcPfr"
65
.parse()
66
.unwrap(),
67
0 commit comments