• Matthew Slipper's avatar
    op-bindings: Check for duplicate artifacts · 82b8c2e0
    Matthew Slipper authored
    Checks for duplicate artifacts when instantiating the `hardhat` object. This armors against an issue in the regentool where the regentool was passing in the deployments directory rather than the network directory. This led to artifacts being non-deterministically chosen based on however `fs.WalkDir` iterated over the deployments directory.
    
    Fixes ENG-3054
    82b8c2e0
hardhat.go 7.31 KB