1. 04 Apr, 2023 17 commits
  2. 03 Apr, 2023 22 commits
  3. 01 Apr, 2023 1 commit
    • Mark Tyneway's avatar
      hardhat-deploy-config: add getter · 5cf646ba
      Mark Tyneway authored
      Add a getter to the `hre.deployConfig` object
      that gives access to alternative network's deploy
      configs. This is useful because multiple networks
      can be linked and share config. In particular when
      L2 networks are used with L1 networks, the entire
      deploy config has be be shared with both networks
      so it results in a copy paste.
      5cf646ba