From 1f5c96f13919ba8c35044fca5be626a5ff9f7f20 Mon Sep 17 00:00:00 2001 From: operagxoksana <122114536+operagxoksana@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:49:09 +0300 Subject: [PATCH] Update Deploy1155Contract.mdx (#431) 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 0ff99660..fbdb56c9 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.