We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37bd8e commit b8ee43bCopy full SHA for b8ee43b
packages/thirdweb/src/gas/fee-data.ts
@@ -242,7 +242,7 @@ function getGasStationUrl(chainId: 137 | 80002): string {
242
case 137:
243
return "https://gasstation.polygon.technology/v2";
244
case 80002:
245
- return "https://gasstation-testnet.polygon.technology/v2";
+ return "https://gasstation.polygon.technology/amoy";
246
}
247
248
0 commit comments