- 06 Apr, 2023 1 commit
-
-
James Kim authored
-
- 04 Apr, 2023 1 commit
-
-
James Kim authored
-
- 14 Dec, 2022 3 commits
-
-
Will Cory authored
-
Will Cory authored
Run with the following command: ```bash npx hardhat deploy --tags OptimistProxy --network hardhat ```
-
Will Cory authored
copy pasta a proxy contract over update to final deploy scripts? changeset add log contracts-periphery: attestation station deploy script op-nft: clean up deploy scripts ```bash $ npx hardhat deploy --tags AttestationStationProxy --network hardhat ``` nuke extra checks ctp: deploy config update
-
- 15 Jun, 2022 1 commit
-
-
smartcontracts authored
* contracts: deploy scripts * deploy-scripts: rename * wip: deploy script * feat: use deploy config plugin Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
- 09 Jun, 2022 1 commit
-
-
smartcontracts authored
Re-deploys the RetroReceiver with a new default owner called the Dedicated Deterministic Deployer address. When deploying authenticated smart contracts deterministically to the same address on many chains, it's necessary to have a known static owner that then transfers ownership to the final owner after deployment (which can be different on every chain). This PR re-deploys the original contract with that new default owner, the DDD. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 08 Jun, 2022 1 commit
-
-
smartcontracts authored
Introduces a simple middleware contract for withdrawing funds from Teleportr. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 02 Jun, 2022 1 commit
-
-
smartcontracts authored
Drippie is a helper contract for managing automatic contract interactions. Drippie is meant to be deployed as a middle layer between our contracts and other automation services like Gelato. This commit also revamps the deployment process to use hardhat-deploy deterministic deployments, ledger support, and better authentication.
-