mirror of
https://github.com/tornadocash/relayer-registry.git
synced 2024-11-25 02:51:24 +01:00
fix
This commit is contained in:
parent
b8bf3a335e
commit
767506b222
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -26,7 +26,6 @@ jobs:
|
|||||||
format: markdown
|
format: markdown
|
||||||
to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
|
|
||||||
# publish:
|
# publish:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# needs: build
|
# needs: build
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
require('dotenv').config()
|
require('dotenv').config()
|
||||||
require('@nomiclabs/hardhat-waffle')
|
require('@nomiclabs/hardhat-waffle')
|
||||||
require('@nomiclabs/hardhat-etherscan')
|
require('@nomiclabs/hardhat-etherscan')
|
||||||
require('poma/hardhat-etherscan-abi')
|
require('hardhat-etherscan-abi')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type import('hardhat/config').HardhatUserConfig
|
* @type import('hardhat/config').HardhatUserConfig
|
||||||
@ -21,7 +21,7 @@ module.exports = {
|
|||||||
chainId: 1,
|
chainId: 1,
|
||||||
forking: {
|
forking: {
|
||||||
url: `https://eth-mainnet.alchemyapi.io/v2/${process.env.ALCHEMY_KEY}`,
|
url: `https://eth-mainnet.alchemyapi.io/v2/${process.env.ALCHEMY_KEY}`,
|
||||||
blockNumber: 12083246,
|
blockNumber: 13000000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mainnet: {
|
mainnet: {
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/peppersec/project-template#readme",
|
"homepage": "https://github.com/peppersec/project-template#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^10.0.0"
|
"dotenv": "^10.0.0",
|
||||||
|
"hardhat-etherscan-abi": "^0.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||||
@ -37,7 +38,6 @@
|
|||||||
"ethereum-waffle": "^3.0.0",
|
"ethereum-waffle": "^3.0.0",
|
||||||
"ethers": "^5.0.0",
|
"ethers": "^5.0.0",
|
||||||
"hardhat": "^2.1.2",
|
"hardhat": "^2.1.2",
|
||||||
"hardhat-etherscan-abi": "poma/hardhat-etherscan-abi",
|
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"prettier-plugin-solidity": "^1.0.0-beta.17",
|
"prettier-plugin-solidity": "^1.0.0-beta.17",
|
||||||
"solhint-plugin-prettier": "^0.0.5"
|
"solhint-plugin-prettier": "^0.0.5"
|
||||||
|
@ -4133,9 +4133,10 @@ har-validator@~5.1.3:
|
|||||||
ajv "^6.12.3"
|
ajv "^6.12.3"
|
||||||
har-schema "^2.0.0"
|
har-schema "^2.0.0"
|
||||||
|
|
||||||
hardhat-etherscan-abi@poma/hardhat-etherscan-abi:
|
hardhat-etherscan-abi@^0.1.1:
|
||||||
version "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:
|
dependencies:
|
||||||
"@ethersproject/address" "^5.0.2"
|
"@ethersproject/address" "^5.0.2"
|
||||||
node-fetch "^2.6.0"
|
node-fetch "^2.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user