Skip to content

Commit 4909cd9

Browse files
committed
chore: use real batch publish pid as default
1 parent 1283bd4 commit 4909cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/src/bank/pyth/accumulator.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ lazy_static! {
6060
);
6161
pub static ref BATCH_PUBLISH_PID: Pubkey = env_pubkey_or(
6262
"BATCH_PUBLISH_PID",
63-
// TODO: replace with real program id
64-
"FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epA"
63+
"3m6sv6HGqEbuyLV84mD7rJn4MAC9LhUa1y1AUNVqcPfr"
6564
.parse()
6665
.unwrap(),
6766
);

0 commit comments

Comments
 (0)