@cetusprotocol/aggregator-sdk 0.0.0-experimental-20240929131950 → 0.0.0-experimental-20240929164543

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
@@ -6242,7 +6242,7 @@ var AggregatorClient6 = class {
6242
6242
  }
6243
6243
  publishedAt() {
6244
6244
  if (this.env === 0 /* Mainnet */) {
6245
- return "0x57cb657a4f6401b07e975a4e4326206e8ba9c585d76e639793d9132e56e26c8b";
6245
+ return "0x764b8132a94d35abc9dfd91b23a0757b2a717d5ecb04c03098794aa2a508db91";
6246
6246
  } else {
6247
6247
  return "0x6cbaa3e9fbe902d90191b12f315932bc58079cba422bafbd4b4369f80e61f595";
6248
6248
  }
package/dist/index.mjs CHANGED
@@ -6240,7 +6240,7 @@ var AggregatorClient6 = class {
6240
6240
  }
6241
6241
  publishedAt() {
6242
6242
  if (this.env === 0 /* Mainnet */) {
6243
- return "0x57cb657a4f6401b07e975a4e4326206e8ba9c585d76e639793d9132e56e26c8b";
6243
+ return "0x764b8132a94d35abc9dfd91b23a0757b2a717d5ecb04c03098794aa2a508db91";
6244
6244
  } else {
6245
6245
  return "0x6cbaa3e9fbe902d90191b12f315932bc58079cba422bafbd4b4369f80e61f595";
6246
6246
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cetusprotocol/aggregator-sdk",
3
- "version": "0.0.0-experimental-20240929131950",
3
+ "version": "0.0.0-experimental-20240929164543",
4
4
  "sideEffects": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/client.ts CHANGED
@@ -337,8 +337,7 @@ export class AggregatorClient {
337
337
 
338
338
  publishedAt(): string {
339
339
  if (this.env === Env.Mainnet) {
340
- // return "0xeffc8ae61f439bb34c9b905ff8f29ec56873dcedf81c7123ff2f1f67c45ec302"
341
- return "0x57cb657a4f6401b07e975a4e4326206e8ba9c585d76e639793d9132e56e26c8b"
340
+ return "0x764b8132a94d35abc9dfd91b23a0757b2a717d5ecb04c03098794aa2a508db91"
342
341
  } else {
343
342
  return "0x6cbaa3e9fbe902d90191b12f315932bc58079cba422bafbd4b4369f80e61f595"
344
343
  }
@@ -137,9 +137,6 @@ describe("router module", () => {
137
137
  const byAmountIn = true
138
138
  const amount = "1000000000"
139
139
 
140
- // const from = M_USDC
141
- // const target = M_SUI
142
-
143
140
  const from = M_SUI
144
141
  // const target =
145
142
  // "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI"