feat: Rename Etherscan in deployment verification
This could also be Basescan. Abstract away to blockchain explorer.
This commit is contained in:
@@ -53,9 +53,9 @@ async function main() {
|
||||
address: deployedExecutor.address,
|
||||
constructorArguments: args,
|
||||
});
|
||||
console.log(`${exchange} verified successfully on Etherscan!`);
|
||||
console.log(`${exchange} verified successfully on blockchain explorer!`);
|
||||
} catch (error) {
|
||||
console.error(`Error during Etherscan verification:`, error);
|
||||
console.error(`Error during blockchain explorer verification:`, error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user