PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

Replaced 'network.name' with 'chainId' #58

Closed RowinVanAmsterdam closed 2 years ago

RowinVanAmsterdam commented 2 years ago

network.name is a string and networkConfig uses chainId's (numbers). So it can't find the correct network if we're using network.name, because it's defined by the chainId instead of name/string.

PatrickAlphaC commented 2 years ago

Whoops! Thank you!