add etherscan support

This commit is contained in:
Drygin 2022-02-17 01:11:16 +03:00
parent 7c9167568c
commit bbdf9aad0e
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,4 @@ ETHERSCAN_KEY=
MORALIS_API_KEY=
ALCHEMY_KEY=
PRIVATE_KEY=
ETHERSCAN_KEY=

View File

@ -73,4 +73,7 @@ module.exports = {
: { mnemonic: 'test test test test test junk' },
},
},
etherscan: {
apiKey: process.env.ETHERSCAN_KEY,
},
}