fibx 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ const program = new Command();
16
16
  program
17
17
  .name("fibx")
18
18
  .description("Fibrous DeFi CLI — wallet, transfer, swap")
19
- .version("0.3.3")
19
+ .version("0.3.4")
20
20
  .option("-c, --chain <chain>", "Chain to use (base, citrea, hyperevm, monad)", "base")
21
21
  .option("--json", "Output results as JSON", false)
22
22
  .showHelpAfterError();
@@ -1,7 +1,7 @@
1
1
  export declare const paths: import("env-paths").Paths;
2
2
  export declare const FIBROUS_BASE_URL = "https://api.fibrous.finance";
3
3
  export declare const FIBROUS_GRAPH_URL = "https://graph.fibrous.finance";
4
- export declare const FIBX_API_URL_DEFAULT = "http://localhost:3001";
4
+ export declare const FIBX_API_URL_DEFAULT = "https://gmfg2nswbe.eu-west-1.awsapprunner.com";
5
5
  export declare const DEFAULT_SLIPPAGE = 0.5;
6
6
  export declare const TOKEN_CACHE_TTL_MS: number;
7
7
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2BAAmB,CAAC;AAEtC,eAAO,MAAM,gBAAgB,gCAAgC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,kCAAkC,CAAC;AAIjE,eAAO,MAAM,oBAAoB,0BAA0B,CAAC;AAE5D,eAAO,MAAM,gBAAgB,MAAM,CAAC;AACpC,eAAO,MAAM,kBAAkB,QAAsB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2BAAmB,CAAC;AAEtC,eAAO,MAAM,gBAAgB,gCAAgC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,kCAAkC,CAAC;AAIjE,eAAO,MAAM,oBAAoB,kDAAkD,CAAC;AAEpF,eAAO,MAAM,gBAAgB,MAAM,CAAC;AACpC,eAAO,MAAM,kBAAkB,QAAsB,CAAC"}
@@ -4,7 +4,7 @@ export const FIBROUS_BASE_URL = "https://api.fibrous.finance";
4
4
  export const FIBROUS_GRAPH_URL = "https://graph.fibrous.finance";
5
5
  // Hardcoded default API URL for the package
6
6
  // Users can override this with FIBX_API_URL env var if needed (e.g. for local dev)
7
- export const FIBX_API_URL_DEFAULT = "http://localhost:3001";
7
+ export const FIBX_API_URL_DEFAULT = "https://gmfg2nswbe.eu-west-1.awsapprunner.com";
8
8
  export const DEFAULT_SLIPPAGE = 0.5;
9
9
  export const TOKEN_CACHE_TTL_MS = 24 * 60 * 60 * 1000;
10
10
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,WAAW,CAAC;AAEjC,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;AAEtC,MAAM,CAAC,MAAM,gBAAgB,GAAG,6BAA6B,CAAC;AAC9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,+BAA+B,CAAC;AAEjE,4CAA4C;AAC5C,mFAAmF;AACnF,MAAM,CAAC,MAAM,oBAAoB,GAAG,uBAAuB,CAAC;AAE5D,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AACpC,MAAM,CAAC,MAAM,kBAAkB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/lib/config.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,WAAW,CAAC;AAEjC,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;AAEtC,MAAM,CAAC,MAAM,gBAAgB,GAAG,6BAA6B,CAAC;AAC9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,+BAA+B,CAAC;AAEjE,4CAA4C;AAC5C,mFAAmF;AACnF,MAAM,CAAC,MAAM,oBAAoB,GAAG,+CAA+C,CAAC;AAEpF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AACpC,MAAM,CAAC,MAAM,kBAAkB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fibx",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "A powerful CLI for DeFi operations on Base, Citrea, HyperEVM, and Monad, powered by Fibrous.",
5
5
  "type": "module",
6
6
  "bin": {