Skip to content

Commit

Permalink
Fix broken links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Mar 14, 2024
1 parent 814bba9 commit 0b85827
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![npm version](https://badge.fury.io/js/hardhat-gas-reporter.svg)](https://badge.fury.io/js/hardhat-gas-reporter)
[![Build Status]((https://github.com/cgewecke/hardhat-gas-reporter/actions/workflows/ci.yml/badge.svg?branch=master))
![Build Status](https://github.com/cgewecke/hardhat-gas-reporter/actions/workflows/ci.yml/badge.svg?branch=master)
[![buidler](https://hardhat.org/buidler-plugin-badge.svg?1)](https://github.com/cgewecke/hardhat-gas-reporter)


Expand Down Expand Up @@ -80,8 +80,8 @@ const config: HardhatUserConfig = {
| excludeAutoGeneratedGetters | _bool_ | `false` | Exclude solc generated public state vars when reporting gas for pure and view methods. (Incurs a performance penalty on test startup when `true`) |
| excludeContracts | _string[]_ | `[]` | Names of contracts to exclude from report. Ex: `["MyContract"]` |
| includeIntrinsicGas | _bool_ | `true` | Include standard 21_000 + calldata bytes overhead in method gas usage data. (Setting to `false` can be useful for modelling contract infra that will never be called by an EOA) |
| L1 | _string_ | `ethereum` | Auto-configure reporter to emulate an L1 network. See [supported networks][6] |
| L2 | _string_ | - | Auto-configure reporter to emulate an L2 network (See [supported networks][6] |
| L1 | _string_ | `ethereum` | Auto-configure reporter to emulate an L1 network. (See [supported networks][6]) |
| L2 | _string_ | - | Auto-configure reporter to emulate an L2 network (See [supported networks][6]) |
| L1Etherscan | _string_ | - | [API key][4] to use when fetching live gasPrice, baseFee, and blobBaseFee data from an L1 network. (Optional, see [Supported Networks][6]) |
| L2Etherscan | _string_ | - | [API key][4] to use when fetching live gasPrice data from an L2 network (Optional, see [Supported Networks][6]) |
| offline | _bool_ | `false` | Turn off remote calls to fetch data |
Expand Down Expand Up @@ -151,21 +151,21 @@ API keys for the networks this plugin auto-configures via the `L1` and `L2` opti

## Funding

You can support [hardhat-gas-reporter via DRIPS][11], a public goods protocol that helps you direct funding to packages in your dependency tree.
You can support hardhat-gas-reporter via [DRIPS][11], a public goods protocol that helps you direct funding to packages in your dependency tree.


[1]: https://github.com/wolflo/evm-opcodes/blob/main/gas.md#appendix---dynamic-gas-costs
[2]: https://github.com/cgewecke/hardhat-gas-reporter/blob/master/docs/advanced.md#config-examples
[3]: https://coinmarketcap.com/api/pricing/
[4]: https://docs.etherscan.io/getting-started/viewing-api-usage-statistics
[5]: https://coinmarketcap.com/api/documentation/v1/#section/Standards-and-Conventions
[6]: https://github.com/cgewecke/hardhat-gas-reporter/blob/README.md#supported-networks
[6]: https://github.com/cgewecke/hardhat-gas-reporter?tab=readme-ov-file#supported-networks
[7]: https://github.com/cgewecke/hardhat-gas-reporter/blob/master/docs/advanced.md#proxy-resolvers
[8]: https://github.com/cgewecke/hardhat-gas-reporter/blob/master/docs/advanced.md#remote-contracts
[9]: https://github.com/cgewecke/hardhat-gas-reporter/blob/master/docs/advanced.md#json-output
[10]: https://github.com/cgewecke/hardhat-gas-reporter/blob/master/docs/advanced.md#markdown-format-example
[11]: https://www.drips.network/app/projects/github/cgewecke/hardhat-gas-reporter
[100]: https://optimistic.etherscan.io/getting-started/viewing-api-usage-statistics
[100]: https://optimistic.etherscan.io
[101]: https://etherscan.io/getting-started/viewing-api-usage-statistics
[102]: https://polygonscan.com/getting-started/viewing-api-usage-statistics
[103]: https://bscscan.com/getting-started/viewing-api-usage-statistics
Expand Down

0 comments on commit 0b85827

Please sign in to comment.