mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
removing comments
This commit is contained in:
parent
9b07268be3
commit
25288ac4b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user