mirror of
https://github.com/tornadocash/nova-upgrade-proposal.git
synced 2024-11-24 10:22:08 +01:00
add etherscan support
This commit is contained in:
parent
7c9167568c
commit
bbdf9aad0e
@ -2,3 +2,4 @@ ETHERSCAN_KEY=
|
|||||||
MORALIS_API_KEY=
|
MORALIS_API_KEY=
|
||||||
ALCHEMY_KEY=
|
ALCHEMY_KEY=
|
||||||
PRIVATE_KEY=
|
PRIVATE_KEY=
|
||||||
|
ETHERSCAN_KEY=
|
||||||
|
@ -73,4 +73,7 @@ module.exports = {
|
|||||||
: { mnemonic: 'test test test test test junk' },
|
: { mnemonic: 'test test test test test junk' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
etherscan: {
|
||||||
|
apiKey: process.env.ETHERSCAN_KEY,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user