{"version":3,"file":"roundingConfig.cjs","names":["ROUNDING_CONFIG: Record<TickSize, RoundConfig>"],"sources":["../../../src/order-builder/helpers/roundingConfig.ts"],"sourcesContent":["import type { RoundConfig, TickSize } from \"../../types/index.js\";\n\nexport const ROUNDING_CONFIG: Record<TickSize, RoundConfig> = {\n\t\"0.1\": {\n\t\tprice: 1,\n\t\tsize: 2,\n\t\tamount: 3,\n\t},\n\t\"0.01\": {\n\t\tprice: 2,\n\t\tsize: 2,\n\t\tamount: 4,\n\t},\n\t\"0.001\": {\n\t\tprice: 3,\n\t\tsize: 2,\n\t\tamount: 5,\n\t},\n\t\"0.0001\": {\n\t\tprice: 4,\n\t\tsize: 2,\n\t\tamount: 6,\n\t},\n};\n"],"mappings":";;AAEA,MAAaA,kBAAiD;CAC7D,OAAO;EACN,OAAO;EACP,MAAM;EACN,QAAQ;EACR;CACD,QAAQ;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR;CACD,SAAS;EACR,OAAO;EACP,MAAM;EACN,QAAQ;EACR;CACD,UAAU;EACT,OAAO;EACP,MAAM;EACN,QAAQ;EACR;CACD"}