From 6526f8e9619202a7a3b4108e3f2c9a0ea64903ff Mon Sep 17 00:00:00 2001 From: Ihor Barenblat Date: Wed, 29 Apr 2020 15:31:21 +0300 Subject: [PATCH] upgrade_mechanism.md --- docs/upgrade_mechanism.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade_mechanism.md b/docs/upgrade_mechanism.md index 35c134ef0f..096888eb3f 100644 --- a/docs/upgrade_mechanism.md +++ b/docs/upgrade_mechanism.md @@ -40,7 +40,7 @@ There is some type of calls that Proxy must intercept without uncheck submitting ### Deploying -When a target contract is deployed on the network operator will deploy the Proxy contract. Parameters of the constructor: address of deployed target contract in the network and its initialization parameters. +After the target contract is deployed, operator will deploy the Proxy contract. This will initialize the storage. When all needed Proxy contracts are deployed, one of them (which must implements `UpgradeableMaster` interface) will act as a parameter of constructor of `UpgradeGatekeeper` (it will names "`mainContract`").