From beed93cedefc3ff9063684047e3deec44a8acb62 Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Thu, 27 Jun 2024 13:19:50 +0100 Subject: [PATCH] Update docs/permissions.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/permissions.md b/docs/permissions.md index f8c14eee..ef2d7ef5 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -11,7 +11,7 @@ One key thing to note is that Cellars often hold complex defi positions that are ## Registry -The Registry contract is typically managed by the a multisig (Gnosis Safe). The registry is a contract that holds the addresses of all the adapters that the Cellar will use. The ability to trust and distrust a postion further regulates the behavior of the Cellar. Typically adding a new adapter to the cellar requires both the multisig on the Registry and Sommelier governance to approve the change. The Registry makes it so the Cellar will trust the new adapter and Sommelier governance makes the new adapter callable by the strategist. +The Registry contract is typically managed by a multisig (Gnosis Safe). The registry is a contract that holds the addresses of all the adapters that the Cellar will use. Typically, adding a new adapter to the cellar requires both the multisig on the Registry and Sommelier governance to approve the change. The Registry makes it so the Cellar will trust the new adapter, and Sommelier governance makes the new adapter callable by the strategist. ## PriceRouter