Skip to content

Commit

Permalink
feat: update Polygon and Mumbai gas stations urls
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoferey authored Jun 15, 2023
1 parent b6083bc commit a03101d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/networks/getPolygonGasPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import type { GasPrice, PolygonNetwork } from "../types";
import { getAsapGasPriceLevel } from "../getAsapGasPriceLevel";

export const GAS_STATION_URL_BY_NETWORK: Record<PolygonNetwork, string> = {
polygon: "https://gasstation-mainnet.matic.network/v2",
mumbai: "https://gasstation-mumbai.matic.today/v2",
polygon: "https://gasstation.polygon.technology/v2",
mumbai: "https://gasstation-testnet.polygon.technology/v2",
};

export const DEFAULT_FALLBACK_GAS_PRICE = 50;
Expand Down

0 comments on commit a03101d

Please sign in to comment.