Skip to content

Commit

Permalink
upgrade_mechanism.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Barenblat committed Apr 29, 2020
1 parent 665b860 commit 6526f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade_mechanism.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`").

Expand Down

0 comments on commit 6526f8e

Please sign in to comment.