Skip to content

Commit

Permalink
undoing unnessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 17, 2023
1 parent 554aa1c commit ba6966e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "forge-std/Script.sol";
import "forge-std/console2.sol";

import {ZoraDeployerBase} from "../src/ZoraDeployerBase.sol";
import {ZoraDeployerUtils} from "../src/ZoraDeployerUtils.sol";
import {Deployment} from "../src/DeploymentConfig.sol";
import {DeterministicDeployerScript} from "../src/DeterministicDeployerScript.sol";

Expand Down
37 changes: 0 additions & 37 deletions packages/protocol-deployments/script/Simulate1155Upgrade.s.sol

This file was deleted.

7 changes: 0 additions & 7 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
- added 1155 creation sdk, usable with `create1155CreatorClient`
- premint sdk is now useable with `createPremintClient`

## 0.1.2-prerelease.0

### Patch Changes

- Updated dependencies [a50ae1c]
- @zoralabs/protocol-deployments@0.0.5-prerelease.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "prettier --check 'src/**/*.ts'"
},
"dependencies": {
"@zoralabs/protocol-deployments": "0.0.5-prerelease.0",
"@zoralabs/protocol-deployments": "*",
"abitype": "^0.8.7",
"vite": "4.5.0"
},
Expand Down

0 comments on commit ba6966e

Please sign in to comment.