Skip to content

Commit b8ee43b

Browse files
committed
polygon amoy gasstation update
1 parent e37bd8e commit b8ee43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/gas/fee-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function getGasStationUrl(chainId: 137 | 80002): string {
242242
case 137:
243243
return "https://gasstation.polygon.technology/v2";
244244
case 80002:
245-
return "https://gasstation-testnet.polygon.technology/v2";
245+
return "https://gasstation.polygon.technology/amoy";
246246
}
247247
}
248248

0 commit comments

Comments
 (0)