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/stellar.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,13 @@ export const stellarPrompts = {
5
5
Fungible: 'Make a fungible token per the Fungible Token Standard, compatible with SEP-41, similar to ERC-20.',
6
6
NonFungible:
7
7
'Make a non-fungible token per the Non-Fungible Token Standard, compatible with SEP-50, similar to ERC-721.',
8
+
Stablecoin: 'Make a stablecoin that uses Fungible Token Standard, compatible with SEP-41.',
8
9
};
9
10
10
11
exportconststellarCommonDescriptions={
11
12
upgradeable: 'Whether the contract can be upgraded.',
13
+
access:
14
+
'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.',
0 commit comments