Skip to content

Commit 5cf22d9

Browse files
authored
Merge pull request #2530 from pyth-network/solana-pusher-jito
chore(apps/price_pusher): update jito bundle endpoint
2 parents 2759a1e + 73d5688 commit 5cf22d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "9.1.4",
3+
"version": "9.1.5",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

apps/price_pusher/src/solana/solana.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class SolanaPricePusherJito implements IPricePusher {
174174
async getRecentJitoTipLamports(): Promise<number | undefined> {
175175
try {
176176
const response = await fetch(
177-
"http://bundles-api-rest.jito.wtf/api/v1/bundles/tip_floor",
177+
"https://bundles.jito.wtf/api/v1/bundles/tip_floor",
178178
);
179179
if (!response.ok) {
180180
this.logger.error(

0 commit comments

Comments
 (0)