You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NOTICE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
OpenZeppelin Contracts Wizard
2
-
Copyright (C) 2021-2024 Zeppelin Group Ltd
2
+
Copyright (C) 2021-2025 Zeppelin Group Ltd
3
3
4
4
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
Copy file name to clipboardExpand all lines: packages/core-cairo/NOTICE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
OpenZeppelin Contracts Wizard
2
-
Copyright (C) 2021-2024 Zeppelin Group Ltd
2
+
Copyright (C) 2021-2025 Zeppelin Group Ltd
3
3
4
4
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
The default options that are used for [`print`](#print).
@@ -74,8 +88,8 @@ function isAccessControlRequired(opts: Partial<CustomOptions>): boolean
74
88
```
75
89
Whether any of the provided options require access control to be enabled. If this returns `true`, then calling `print` with the same options would cause the `access` option to default to `'ownable'` if it was `undefined` or `false`.
76
90
77
-
> Note that account contracts handle permissions differently from the other supported contracts.
78
-
Thus, the `account` contract type does not include `isAccessControlRequired`.
91
+
> Note that contracts such as `account`, `governor`, and `vesting` have their own ways of handling permissions and do not support the `access` option.
92
+
Thus, those types do not include `isAccessControlRequired`.
Copy file name to clipboardExpand all lines: packages/core/NOTICE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
OpenZeppelin Contracts Wizard
2
-
Copyright (C) 2021-2024 Zeppelin Group Ltd
2
+
Copyright (C) 2021-2025 Zeppelin Group Ltd
3
3
4
4
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
0 commit comments