removing comments

This commit is contained in:
pk1411 2022-03-03 21:19:51 +05:30
parent 9b07268be3
commit 25288ac4b2

View File

@ -67,12 +67,6 @@ function getNetworkUrl(networkType: string) {
else return `https://eth-mainnet.alchemyapi.io/v2/${alchemyApiKey}`;
}
// function getScanApiKey(networkType: string) {
// if (networkType === "avalanche") return SNOWTRACE_API;
// else if (networkType === "polygon") return POLYGONSCAN_API;
// else if (networkType === "arbitrum") return ARBISCAN_API;
// else return ETHERSCAN_API;
// }
/**
* @type import('hardhat/config').HardhatUserConfig