DEFAULT_CONFIG
constantConfig & constantsThe default caps: HBAR · perTask 10 · perDay 25 · autoUnder 3 · approveUnder 10.
signature
const DEFAULT_CONFIG: Omit<CurbConfig, "agentAccountId" | "auditTopicId">Example
example
import { DEFAULT_CONFIG } from 'hedera-curb';
// { currency: 'HBAR', perTask: 10, perDay: 25, autoUnder: 3, approveUnder: 10 }