Skip to content

Commit

Permalink
Revert "Add comment about why chain-queries classes exist"
Browse files Browse the repository at this point in the history
This reverts commit 281f9f7.
  • Loading branch information
nicholaspai committed Dec 27, 2024
1 parent 281f9f7 commit f88e927
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/relayFeeCalculator/chain-queries/alephZero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { Coingecko } from "../../coingecko/Coingecko";
import { isDefined } from "../../utils";
import { QueryBase } from "./baseQuery";

// @dev This class only exists because querying the native token price for this network is not the standard
// CoinGecko query because the native token symbol is not ETH.
export class AlephZeroQueries extends QueryBase {
constructor(
provider: providers.Provider,
Expand Down
2 changes: 0 additions & 2 deletions src/relayFeeCalculator/chain-queries/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { Coingecko } from "../../coingecko/Coingecko";
import { isDefined } from "../../utils";
import { QueryBase } from "./baseQuery";

// @dev This class only exists because querying the native token price for this network is not the standard
// CoinGecko query because the native token symbol is not ETH.
export class PolygonQueries extends QueryBase {
constructor(
provider: providers.Provider,
Expand Down

0 comments on commit f88e927

Please sign in to comment.