Skip to content

Commit b43ecaf

Browse files
committed
fix: Add ai agent name
1 parent edad28e commit b43ecaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

logic/lib/src/domain/const/config.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ class Config {
4545
// ICloud config
4646
static const iCloudContainerId = 'iCloud.moonchain.mxc';
4747
static const iCloudFolderName = 'MoonBase';
48+
49+
// AI agent name
50+
static const aiAgentName = 'MoonChain AI';
4851
}

0 commit comments

Comments
 (0)