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.
2 parents 2759a1e + 73d5688 commit 5cf22d9Copy full SHA for 5cf22d9
apps/price_pusher/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/price-pusher",
3
- "version": "9.1.4",
+ "version": "9.1.5",
4
"description": "Pyth Price Pusher",
5
"homepage": "https://pyth.network",
6
"main": "lib/index.js",
apps/price_pusher/src/solana/solana.ts
@@ -174,7 +174,7 @@ export class SolanaPricePusherJito implements IPricePusher {
174
async getRecentJitoTipLamports(): Promise<number | undefined> {
175
try {
176
const response = await fetch(
177
- "http://bundles-api-rest.jito.wtf/api/v1/bundles/tip_floor",
+ "https://bundles.jito.wtf/api/v1/bundles/tip_floor",
178
);
179
if (!response.ok) {
180
this.logger.error(
0 commit comments