Skip to content

Commit 86dfe5c

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/mermaid-js/layout-elk-0.2.0
2 parents 35076b2 + d486eb5 commit 86dfe5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/reference/gas-api/api-reference/basefeepercentile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ instead of using the curl authentication option (`-u`).
4949
```bash
5050
curl -X "GET" \
5151
-u <YOUR-API-KEY>:<YOUR-API-KEY-SECRET> \
52-
"https://gas.api.infura.io/networks/1/baseFeeHistory"
52+
"https://gas.api.infura.io/networks/1/baseFeePercentile"
5353
```
5454

5555
</TabItem>
@@ -76,7 +76,7 @@ const chainId = 1;
7676
},
7777
}
7878
);
79-
console.log("Base fee history:", data);
79+
console.log("Base fee percentile:", data);
8080
} catch (error) {
8181
console.log("Server responded with:", error);
8282
}

0 commit comments

Comments
 (0)