Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit a22a2e2

Browse files
authored
fix: gas station url (#361)
1 parent fd90c5b commit a22a2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/publishing/gas-price.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const fetchPolygonGasStationSuggestedPrice = async (network: Network): Promise<S
8383
apiUrl = "https://gasstation.polygon.technology/v2";
8484
break;
8585
case "amoy":
86-
apiUrl = "https://gasstation-testnet.polygon.technology/amoy";
86+
apiUrl = "https://gasstation.polygon.technology/amoy";
8787
break;
8888
default:
8989
throw new Error("Unsupported network for polygon gas station");

0 commit comments

Comments
 (0)