From 607500c8a2cc01bb36b4d6a68aea7b84414e2d7b Mon Sep 17 00:00:00 2001 From: isaackps Date: Mon, 22 Sep 2025 12:03:28 +0800 Subject: [PATCH] fix: update amoy gas station url --- src/constants/supportedChains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/supportedChains.ts b/src/constants/supportedChains.ts index fb6d932..d19d3e8 100644 --- a/src/constants/supportedChains.ts +++ b/src/constants/supportedChains.ts @@ -84,7 +84,7 @@ export const SUPPORTED_CHAINS: supportedChains = { explorerUrl: "https://www.oklink.com/amoy", explorerApiUrl: `https://www.oklink.com/${process.env.OKLINK_API_KEY}`, rpcUrl: `https://polygon-amoy.infura.io/v3/${process.env.INFURA_API_KEY}`, - gasStation: gasStation("https://gasstation-testnet.polygon.technology/amoy"), + gasStation: gasStation("https://gasstation.polygon.technology/amoy"), nativeCurrency: { name: "MATIC", symbol: "aMATIC",