Skip to content

Commit 912e8e7

Browse files
committed
docs: Add verification instructions for proxy accounts
1 parent 8d5466b commit 912e8e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ For running integration tests in Anvil node, run `make anvil-tests`. This runs t
128128
129129
Tip: if your contract's constructor arguments have complicated types, you can get this value instead by `console.log`ing the output of `abi.encode(arg1, arg2, ...)` in Solidity.
130130

131+
* For account factory contracts, you may also need to manually verify the proxy contract. To do this, you will first need to create an account using the account factory, and follow the above strategy. After verifying one account, all subsequent proxies should be automatically detected.
132+
133+
Tip: analyze the account creation function on the factory (e.g. `createAccount` for `SingleOwnerMSCAFactory`) to deduce the constructor arguments for the proxy deployment when trying to verify it on a block explorer.
134+
131135
* Click verify and publish
132136

133137
### Deployment Metadata

0 commit comments

Comments
 (0)