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: packages/common/src/ai/descriptions/cairo.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ export const cairoPrompts = {
16
16
};
17
17
18
18
exportconstcairoCommonDescriptions={
19
-
access:
20
-
'The type of access control to provision. Ownable is a simple mechanism with a single account authorized for all privileged actions. Roles is a flexible mechanism with a separate role for each privileged action. A role can have many authorized accounts.',
21
19
upgradeable: 'Whether the smart contract is upgradeable.',
22
20
appName:
23
21
'Required when votes is enabled, for hashing and signing typed structured data. Name for domain separator implementing SNIP12Metadata trait. Prevents two applications from producing the same hash.',
withComponents: 'Whether to use the "with_components" macro for simplified contract structure.',
33
31
};
34
32
35
-
exportconstcairoAlphaAccessDescriptions={
33
+
exportconstcairoAccessDescriptions={
36
34
accessType:
37
35
'The type of access control to provision. Ownable is a simple mechanism with a single account authorized for all privileged actions. Roles is a flexible mechanism with a separate role for each privileged action. A role can have many authorized accounts. Roles (Default Admin Rules) provides additional enforced security measures on top of standard Roles mechanism for managing the most privileged role: default admin.',
38
36
darInitialDelay: 'The initial delay for the default admin role (in case Roles (Default Admin Rules) is used).',
39
37
darDefaultDelayIncrease:
40
-
'The default delay increase for the default admin role (in case Roles (Default Admin Rules) is used).',
38
+
'The default delay increase in seconds for the default admin role (in case Roles (Default Admin Rules) is used).',
39
+
darMaxTransferDelay:
40
+
'The maximum delay in seconds for a default admin transfer (in case Roles (Default Admin Rules) is used).',
0 commit comments