1. 04 Apr, 2023 16 commits
  2. 03 Apr, 2023 22 commits
  3. 01 Apr, 2023 2 commits
    • 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
    • Mark Tyneway's avatar
      contracts-bedrock: add deployments · 43b70f43
      Mark Tyneway authored
      Also update the deploy config. The deploy config
      is copy/pasted from the goerli network one. There
      isn't a good way to get "companion network's" deploy
      config.
      43b70f43