Skip to content

Commit ed32c96

Browse files
committed
Fix changelog mention of createChainSpecificProxyWithNonce
1 parent 7a77545 commit ed32c96

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)