Skip to content

Commit ccfe03c

Browse files
authored
Update fetchAllRewarders.ts
1 parent c1f2804 commit ccfe03c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/fetchAllRewarders.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { QuarrySDK } from "@quarryprotocol/quarry-sdk";
22
import type { Network } from "@saberhq/solana-contrib";
3-
import type { TokenInfo } from "@saberhq/token-utils";
3+
import { getMintInfo, type TokenInfo } from "@saberhq/token-utils";
4+
import { PublicKey } from "@solana/web3.js";
45
import * as fs from "fs/promises";
56
import { groupBy, keyBy, mapValues } from "lodash";
67

0 commit comments

Comments
 (0)