Skip to content

Commit

Permalink
updated changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 17, 2023
1 parent 9748b66 commit 554aa1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/cold-toys-agree.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
---

* Moved deployment related code from 1155 to protocol-deployments package
* Deployed 2.4.0 to zora-goerli (testnet)
* Deployed 2.4.0 to zora-goerli, zora-sepolia, base, optimism, mainnet
3 changes: 0 additions & 3 deletions packages/protocol-deployments/script/DeployNew1155Impl.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import "forge-std/Script.sol";
import "forge-std/console2.sol";

import {ZoraDeployerBase} from "../src/ZoraDeployerBase.sol";
<<<<<<< HEAD
=======
import {ZoraDeployerUtils} from "../src/ZoraDeployerUtils.sol";
>>>>>>> 56ad2cd4 (Move deployment related config to protocol-deployments)
import {Deployment} from "../src/DeploymentConfig.sol";
import {DeterministicDeployerScript} from "../src/DeterministicDeployerScript.sol";

Expand Down

0 comments on commit 554aa1c

Please sign in to comment.