From 63182294460ded18c44c36752939d0b534ab3e05 Mon Sep 17 00:00:00 2001 From: operagxoksana <122114536+operagxoksana@users.noreply.github.com> Date: Tue, 23 Jul 2024 06:48:33 +0300 Subject: [PATCH] Update Deploy1155Contract.mdx Update Deploy1155Contract --- docs/pages/contracts/Deploy1155Contract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/contracts/Deploy1155Contract.mdx b/docs/pages/contracts/Deploy1155Contract.mdx index 082ad2d1..2f752381 100644 --- a/docs/pages/contracts/Deploy1155Contract.mdx +++ b/docs/pages/contracts/Deploy1155Contract.mdx @@ -12,7 +12,7 @@ All upgrades are opt-in and must be done manually on a per contract basis by the - [Deployed Addresses](https://github.com/ourzora/zora-protocol/tree/main/packages/1155-deployments/addresses) - Factory Proxy Address `0x777777C338d93e2C7adf08D102d45CA7CC4Ed021` on all networks -**The easiest way to create Zora 1555 contracts using the factory is [by using the sdk.](/protocol-sdk/creator/onchain)** +**The easiest way to create Zora 1155 contracts using the factory is [by using the sdk.](/protocol-sdk/creator/onchain)** ## Calling the Factory Contract The `createContract` function on the factory is responsible for deploying a new 1155 contract.