feat: Rename Etherscan in deployment verification
This could also be Basescan. Abstract away to blockchain explorer.
This commit is contained in:
@@ -45,6 +45,6 @@ module.exports = {
|
||||
},
|
||||
|
||||
etherscan: {
|
||||
apiKey: process.env.ETHERSCAN_API_KEY,
|
||||
apiKey: process.env.BLOCKCHAIN_EXPLORER_API_KEY,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user