Skip to content

Commit

Permalink
chore: update in envs and agent description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Dec 18, 2024
1 parent 41c9df8 commit 9797efa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ export const AGENT_CONFIG: {
serviceApi: ModiusService,
displayName: 'Modius agent',
description:
'Invests crypto assets in DEXs on your behalf and grow your portfolio.',
'Invests crypto assets on your behalf and grows your portfolio.',
},
};
12 changes: 6 additions & 6 deletions frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [
STAKING_CHAIN: {
name: 'Staking chain',
description: '',
value: '',
provision_type: EnvProvisionType.COMPUTED,
value: 'mode',
provision_type: EnvProvisionType.FIXED,
},
STAKING_ACTIVITY_CHECKER_CONTRACT_ADDRESS: {
name: 'Staking activity checker contract address',
Expand All @@ -346,8 +346,8 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [
MIN_SWAP_AMOUNT_THRESHOLD: {
name: 'Minimum swap amount threshold',
description: '',
value: '',
provision_type: EnvProvisionType.COMPUTED,
value: '15',
provision_type: EnvProvisionType.FIXED,
},
ALLOWED_CHAINS: {
name: 'Allowed chains',
Expand All @@ -358,8 +358,8 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [
TARGET_INVESTMENT_CHAINS: {
name: 'Target investment chains',
description: '',
value: '',
provision_type: EnvProvisionType.COMPUTED,
value: '["mode"]',
provision_type: EnvProvisionType.FIXED,
},
INITIAL_ASSETS: {
name: 'Initial assets',
Expand Down

0 comments on commit 9797efa

Please sign in to comment.