1. 14 Jun, 2022 1 commit
    • smartcontracts's avatar
      feat: introduce hardhat-deploy-config (#2755) · 27234f68
      smartcontracts authored
      * feat: introduce hardhat-deploy-config
      
      Creates a new package hardhat-deploy-config. We're using the same
      configuration system for all of our contracts package, so might as well
      turn it into a hardhat plugin to avoid duplicating code.
      
      * feat(ct): use hardhat-deploy-config
      
      * plugin: don't validate if spec not passed
      
      * contracts: update deps
      
      * contracts-bedrock: use deploy config plugin
      
      * contracts-bedrock: deploy instructions
      
      * contracts-bedrock: modularize deployment
      
      * contracts-bedrock: add deploy-config
      
      * contracts-bedrock: add in deploy config spec
      
      * lint: fix
      Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      27234f68
  2. 07 May, 2022 1 commit
  3. 01 Apr, 2022 1 commit
  4. 10 Mar, 2022 1 commit
    • Kelvin Fichter's avatar
      feat(ct): overhaul deployment process · 4c486d70
      Kelvin Fichter authored
      Overhauls the contract deployment process to use a simpler typed
      deployment method. Removes the need for deployment bash scripts and
      makes review of deployment configurations much easier.
      4c486d70