Skip to content

Commit

Permalink
Fix taiko pricing name
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Aug 30, 2024
1 parent a6cd1cb commit 06e941a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const getSingleLlamaPrice = async (
const NAME_MAPPING: Record<string, string> = {
"b2-mainnet": "bsquared",
xdai: "gnosis",
"tko-mainnet": "taiko",
};

export const getLlamaPrices = async (tokens: string[], timestamp?: number): Promise<Record<string, any>> => {
Expand Down

0 comments on commit 06e941a

Please sign in to comment.