From 48667712ad336c4bfbda77a636bec5864a38eb14 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Mon, 6 Jan 2025 10:43:36 -0600 Subject: [PATCH] minor fixes to cointags docs --- docs/pages/contracts/Cointags.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/contracts/Cointags.mdx b/docs/pages/contracts/Cointags.mdx index 697436b9..ecf91452 100644 --- a/docs/pages/contracts/Cointags.mdx +++ b/docs/pages/contracts/Cointags.mdx @@ -61,7 +61,7 @@ Zora has a bot that automatically searches for `Cointag`s with an outstanding pr If any step in the buy & burn process fails, all ETH is sent to the creator. -### Upgradeability +## Upgradeability `Cointag`s are upgradeable using the UUPS (Universal Upgradeable Proxy Standard) pattern with additional safety checks: - Only the owner (creator) can initiate upgrades