{"version":3,"sources":["../../src/common/TradeSizeExceedsError.ts"],"sourcesContent":["export class TradeSizeExceedsError extends Error {\n  public maxAmountIn: string;\n  constructor(_maxAmountIn: string) {\n    super(\"Trade size exceeds 40% of LP Pool\");\n    this.maxAmountIn = _maxAmountIn;\n  }\n}\n"],"mappings":"AAAO,IAAMA,EAAN,cAAoC,KAAM,CAE/C,YAAYC,EAAsB,CAChC,MAAM,mCAAmC,EACzC,KAAK,YAAcA,CACrB,CACF","names":["TradeSizeExceedsError","_maxAmountIn"]}