Skip to content

Commit

Permalink
Merge pull request #350 from GoodDaisy/main
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
IsabellaSmallcombe authored Nov 14, 2023
2 parents 1ae3971 + 15f4727 commit ce5e359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Within a contracts package folder (i.e. `packages/1155-contracts`):

1. Setup new `chainConfigs` file setting 1. fee recipient, and 2. owner for factory contracts
2. Generate signatures for deploying upgrade gate at a deterministic address and transfering ownership to the factory owner:
2. Generate signatures for deploying upgrade gate at a deterministic address and transferring ownership to the factory owner:

npx tsx script/signDeploymentTransactions.ts

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In it you will find:

- [Zora 1155 Contracts](./packages/1155-contracts)
- [Protocol Rewards](./packages/protocol-rewards)
- [Procotol Deployments](./packages/protocol-deployments)
- [Protocol Deployments](./packages/protocol-deployments)

## Official docs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract ZoraCreator1155PreminterForkTest is ForkDeploymentConfig, Test {
vm.createSelectFork(vm.rpcUrl(chainName));

// get contract hash, which is unique per contract creation config, and can be used
// retreive the address created for a contract
// retrieve the address created for a contract
address preminterAddress = getDeployment().preminterProxy;

if (preminterAddress == address(0)) {
Expand Down

0 comments on commit ce5e359

Please sign in to comment.