• Mark Tyneway's avatar
    contracts-bedrock: simplify hh config for mainnet · d75fe143
    Mark Tyneway authored
    hardhat barfs if we pass the zero key in, not sure why we
    do it everywhere. default to using the 'test test ...' key
    at index 0 if the private key is not passed instead.
    this is useful for mainnet migration rehearsals and since
    the mainnet contracts have already been deployed, unlikely
    this will be used again and if used again the private key
    env var MUST be passed anyways
    d75fe143
hardhat.config.ts 4.62 KB