We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad28e commit b43ecafCopy full SHA for b43ecaf
logic/lib/src/domain/const/config.dart
@@ -45,4 +45,7 @@ class Config {
45
// ICloud config
46
static const iCloudContainerId = 'iCloud.moonchain.mxc';
47
static const iCloudFolderName = 'MoonBase';
48
+
49
+ // AI agent name
50
+ static const aiAgentName = 'MoonChain AI';
51
}
0 commit comments