Skip to content

Commit

Permalink
Merge pull request #438 from ademolahh/ademolahh-patch-1
Browse files Browse the repository at this point in the history
Fixed a minor spelling error
  • Loading branch information
wighawag authored Apr 27, 2023
2 parents e715f20 + cafa513 commit 55c0b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ The full proxy options is as follow:
```ts
type ProxyOptionsBase = {
owner?: Address; // this set the owner of the proxy. further upgrade will need to be executed from that owner
upgradeIndex?: number; // allow you to breakdown your upgrades into separate deploy scriot, each with their own index. A deploy call with a specific upgradeIndex will be executed only once, only if the current upgradeIndex is one less.
upgradeIndex?: number; // allow you to breakdown your upgrades into separate deploy script, each with their own index. A deploy call with a specific upgradeIndex will be executed only once, only if the current upgradeIndex is one less.
proxyContract?: // default to "EIP173Proxy". See below for more details
string | ArtifactData;
viaAdminContract?: // allow to specify a contract that act as a middle man to perform upgrades. Useful and Recommended for Transparent Proxies
Expand Down

0 comments on commit 55c0b68

Please sign in to comment.