Skip to content

Commit

Permalink
remove taiko from chain mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Sep 6, 2024
1 parent 03b3d72 commit fe9a32a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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 fe9a32a

Please sign in to comment.