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