chore: hardhat config
This commit is contained in:
@@ -94,11 +94,11 @@ const config: HardhatUserConfig = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
// network: getChainConfig("{INSERT_NAME}"),
|
// network: getChainConfig("{INSERT_NAME}"),
|
||||||
mainnet: getChainConfig("mainnet"),
|
mainnet: () => getChainConfig("mainnet"),
|
||||||
sepolia: getChainConfig("eth-sepolia"),
|
sepolia: () => getChainConfig("eth-sepolia"),
|
||||||
mumbai: getChainConfig("polygon-mumbai"),
|
mumbai: () => getChainConfig("polygon-mumbai"),
|
||||||
rootstock: getChainConfig("rootstock"),
|
rootstock: () => getChainConfig("rootstock"),
|
||||||
rsktestnet: getChainConfig("rootstock-testnet"),
|
rsktestnet: () => getChainConfig("rootstock-testnet"),
|
||||||
},
|
},
|
||||||
paths: {
|
paths: {
|
||||||
artifacts: "./artifacts",
|
artifacts: "./artifacts",
|
||||||
|
|||||||
Reference in New Issue
Block a user