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 9c5668a commit 6b92c1dCopy full SHA for 6b92c1d
apps/price_pusher/src/solana/solana.ts
@@ -102,8 +102,7 @@ export class SolanaPricePusher implements IPricePusher {
102
103
async updatePriceFeed(
104
priceIds: string[],
105
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
106
- _pubTimesToPush: number[]
+ _: number[]
107
): Promise<void> {
108
if (priceIds.length === 0) {
109
return;
@@ -195,7 +194,7 @@ export class SolanaPricePusherJito implements IPricePusher {
195
194
196
197
198
199
200
const recentJitoTip = await this.getRecentJitoTipLamports();
201
const jitoTip =
0 commit comments