This commit is contained in:
poma 2021-08-11 18:20:37 +03:00
parent b8bf3a335e
commit 767506b222
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
5 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,6 @@ jobs:
format: markdown
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# publish:
# runs-on: ubuntu-latest
# needs: build

View File

@ -1,7 +1,7 @@
require('dotenv').config()
require('@nomiclabs/hardhat-waffle')
require('@nomiclabs/hardhat-etherscan')
require('poma/hardhat-etherscan-abi')
require('hardhat-etherscan-abi')
/**
* @type import('hardhat/config').HardhatUserConfig
@ -21,7 +21,7 @@ module.exports = {
chainId: 1,
forking: {
url: `https://eth-mainnet.alchemyapi.io/v2/${process.env.ALCHEMY_KEY}`,
blockNumber: 12083246,
blockNumber: 13000000,
},
},
mainnet: {

View File

@ -22,7 +22,8 @@
},
"homepage": "https://github.com/peppersec/project-template#readme",
"dependencies": {
"dotenv": "^10.0.0"
"dotenv": "^10.0.0",
"hardhat-etherscan-abi": "^0.1.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
@ -37,7 +38,6 @@
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.1.2",
"hardhat-etherscan-abi": "poma/hardhat-etherscan-abi",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solhint-plugin-prettier": "^0.0.5"

View File

@ -4133,9 +4133,10 @@ har-validator@~5.1.3:
ajv "^6.12.3"
har-schema "^2.0.0"
hardhat-etherscan-abi@poma/hardhat-etherscan-abi:
hardhat-etherscan-abi@^0.1.1:
version "0.1.1"
resolved "https://codeload.github.com/poma/hardhat-etherscan-abi/tar.gz/3fcd8e780289fac6702fffaeafeede34068074c5"
resolved "https://registry.yarnpkg.com/hardhat-etherscan-abi/-/hardhat-etherscan-abi-0.1.1.tgz#5f2c0460aea1a649c2188619405f70a9ea1e019b"
integrity sha512-KeFLtKFo/AxWHbfcQB9HznaVWJSDgYBFSPNm+f0CYgRhPa8qYlPfIvgeqNLmz67u+T7gk25BwEv9SzkVYHLUZQ==
dependencies:
"@ethersproject/address" "^5.0.2"
node-fetch "^2.6.0"