Skip to content

Commit

Permalink
chore: fix trader master safe threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 8, 2025
1 parent 8a63fad commit b5780cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const AGENT_CONFIG: {
operatingThresholds: {
[WalletOwnerType.Master]: {
[WalletType.Safe]: {
[TokenSymbol.XDAI]: Number(
formatEther(`${traderFundRequirements.safe}`),
),
[TokenSymbol.XDAI]: 2,
},
[WalletType.EOA]: {
[TokenSymbol.XDAI]: 0.1, // TODO: should come from the template
Expand Down

0 comments on commit b5780cf

Please sign in to comment.