diff --git a/DEVELOPING.md b/DEVELOPING.md index 4e099662e..35853148f 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -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 diff --git a/README.md b/README.md index dfb5c6ab9..4bd779972 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/protocol-deployments/test/ZoraCreator1155PremintExecutorForkTest.t.sol b/packages/protocol-deployments/test/ZoraCreator1155PremintExecutorForkTest.t.sol index 8f2c1c160..eff1fc9b4 100644 --- a/packages/protocol-deployments/test/ZoraCreator1155PremintExecutorForkTest.t.sol +++ b/packages/protocol-deployments/test/ZoraCreator1155PremintExecutorForkTest.t.sol @@ -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)) {