Skip to content

Commit

Permalink
[ci] add gas price api
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Mar 8, 2024
1 parent 9d8a41a commit a4dc10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ module.exports = {
reporter: 'eth-gas-reporter',
reporterOptions : {
currency: 'USD',
gasPriceApi: 'https://api.etherscan.io/api?module=proxy&action=eth_gasPrice',
token: 'ETH',
coinmarketcap: process.env.COINMARKETCAP_API_KEY
}
},
Expand Down

0 comments on commit a4dc10c

Please sign in to comment.