File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Polygon gas station has been deployed both on the Polygon mainnet & Amoy testnet
1717
1818You can send ` GET ` requests using the following URLs to fetch gas price recommendations from the gas oracle:
1919
20- - Amoy testnet: https://gasstation-testnet .polygon.technology/amoy
21- - zkEVM Cardona: https://gasstation-testnet .polygon.technology/zkevm/cardona
20+ - Amoy testnet: https://gasstation.polygon.technology/amoy
21+ - zkEVM Cardona: https://gasstation.polygon.technology/zkevm/cardona
2222
2323Use the Amoy testnet below to get gas price recommendations:
2424
@@ -31,7 +31,7 @@ curl https://gasstation-testnet.polygon.technology/amoy
3131#### JavaScript
3232
3333``` javascript
34- fetch (' https://gasstation-testnet .polygon.technology/amoy' )
34+ fetch (' https://gasstation.polygon.technology/amoy' )
3535 .then (response => response .json ())
3636 .then (json => console .log (json))
3737```
@@ -40,7 +40,7 @@ fetch('https://gasstation-testnet.polygon.technology/amoy')
4040
4141``` python
4242import requests
43- requests.get(' https://gasstation-testnet .polygon.technology/amoy' ).json()
43+ requests.get(' https://gasstation.polygon.technology/amoy' ).json()
4444```
4545
4646### Mainnet
You can’t perform that action at this time.
0 commit comments