Add clone variant with per-instance immutable arguments (#5109)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
5
.changeset/four-chairs-help.md
Normal file
5
.changeset/four-chairs-help.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"openzeppelin-solidity": minor
|
||||
---
|
||||
|
||||
`Clones`: Add `cloneWithImmutableArgs` and `cloneDeterministicWithImmutableArgs` variants that create clones with per-instance immutable arguments. The immutable arguments can be retrieved using `fetchCloneArgs`. The corresponding `predictDeterministicWithImmutableArgs` function is also included.
|
||||
Reference in New Issue
Block a user