Skip to content

Commit 4b9c46f

Browse files
authored
Merge pull request #561 from frangio/changelog-fix
Fix changelog mention of createChainSpecificProxyWithNonce
2 parents 7a77545 + ed32c96 commit 4b9c46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This method uses the `CREATE` opcode, which is not counterfactual for a specific
107107

108108
If the initializer data is provided, the Factory now checks that the Singleton contract exists and the success of the call to avoid a proxy being deployed uninitialized
109109

110-
#### Add `createNetworkSpecificProxy`
110+
#### Add `createChainSpecificProxyWithNonce`
111111

112112
This method will use the chain id in the `CREATE2` salt; therefore, deploying a proxy to the same address on other networks is impossible.
113113
This method should enable the creation of proxies that should exist only on one network (e.g. specific governance or admin accounts)

0 commit comments

Comments
 (0)