1. 06 Oct, 2022 1 commit
  2. 30 Sep, 2022 1 commit
    • Mark Tyneway's avatar
      contracts-periphery: deploy erc721 bridge (#3621) · e81a6ff5
      Mark Tyneway authored
      * ctp: deploy goerli nft bridge fixes
      
      Test on kovan
      
      * ctp: goerli nft bridge deployment artifacts
      
      * ctp: delete kovan bridge artifacts
      
      * ctp: revert deploy script
      
      * ctp: add goerli nft bridge deployment changeset
      e81a6ff5
  3. 29 Sep, 2022 1 commit
    • Mark Tyneway's avatar
      ctp: fixup deploy scripts for the nft bridge (#3570) · cfec0345
      Mark Tyneway authored
      * ctp: fixup deploy scripts for the nft bridge
      
      The most important one is the deploy script for the
      `Proxy` that will end up at the predeploy on L2. There
      are specific checks for the correct deployer account
      being used. Will likely require some changes to the
      hardhat config when doing the actual deployment.
      
      * ctp: update deploy scripts
      
      * ctp: update deploy scripts
      
      * ctp: move away from deterministic deployments
      
      * op: deployments
      
      * fixes
      
      * deploy-script: refactor
      
      * deploy: comments
      cfec0345