Skip to content

Commit

Permalink
Update Proxies.md (#388)
Browse files Browse the repository at this point in the history
Edit Python initialization call to be the same func name / signature as the mock implementation contract example.
  • Loading branch information
dancewithtruth authored Jul 11, 2022
1 parent 4e2b42d commit d0223e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ In Python, this would look as follows:

# users should only interact with the proxy contract
await signer.send_transaction(
account, PROXY.contract_address, 'initialize', [
arg_1,
arg_2
account, PROXY.contract_address, 'initializer', [
proxy_admin
]
)
```
Expand Down

0 comments on commit d0223e5

Please sign in to comment.