Files
openzeppelin-contracts/.changeset/four-chairs-help.md
2024-09-04 09:41:40 +02:00

6 lines
338 B
Markdown

---
"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.