Skip to content

Commit

Permalink
Clarify L1/L2 data sources in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Mar 14, 2024
1 parent 8921eb3 commit 16fde03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ const config: HardhatUserConfig = {
gasReporter: {
coinmarketcap: "abc...",
L2: "optimism",
gasPriceApi: "https://custom.api/latest_gas_price...",
getBlockApi: "https://custom.api/latest_block_header..."
gasPriceApi: "https://custom.L2.api/latest_L2_gas_price...",
getBlockApi: "https://custom.L1.api/latest_L1_block_header..."
}
}
```
Expand Down

0 comments on commit 16fde03

Please sign in to comment.