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
// Exceeds even the guardian tier — fall through to the descriptive error below,
90
+
// with the guardian-tier limit in the details for an actionable message.
91
+
thrownewAzethError(
92
+
reason===2
93
+
? `Transfer of ${formatUSD(details.usdValue)} exceeds even the guardian-tier per-transaction limit of ${formatUSD(guardrails.guardianMaxTxAmountUSD)}`
94
+
: `Transfer of ${formatUSD(details.usdValue)} would exceed even the guardian-tier daily limit of ${formatUSD(guardrails.guardianDailySpendLimitUSD)} (spent today: ${formatUSD(details.dailySpentUSD)})`,
0 commit comments