@clonegod/ttd-core 2.0.59 → 2.0.61

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.
@@ -166,7 +166,7 @@ class ArbEventSubscriber {
166
166
  return __awaiter(this, void 0, void 0, function* () {
167
167
  const channel = (0, index_1.get_new_block_channel_name)(chain_id);
168
168
  const listener = (message, _channel) => {
169
- (0, index_1.log_info)(`subscribe_new_block => on event: channel=${channel}, message=${message}`);
169
+ (0, index_1.log_debug)(`subscribe_new_block => on event: channel=${channel}, message=${message}`);
170
170
  callback(message);
171
171
  };
172
172
  yield this.redis_cmd.subscribe(channel, listener);
package/dist/index.d.ts CHANGED
@@ -46,6 +46,7 @@ export declare enum DEX_ID {
46
46
  METEORA_DLMM = "METEORA-DLMM",
47
47
  METEORA_AMM = "METEORA-AMM",
48
48
  PUMPFUN_AMM = "PUMPFUN-AMM",
49
+ JUPITER_AGGR = "JUPITER-AGGR",
49
50
  PANCAKE_AMM = "PANCAKE-AMM",
50
51
  PANCAKE_CLMM = "PANCAKE-CLMM",
51
52
  AERODROME_AMM = "AERODROME-AMM",
@@ -53,13 +54,13 @@ export declare enum DEX_ID {
53
54
  UNISWAP_AMM = "UNISWAP-AMM",
54
55
  UNISWAP_CLMM = "UNISWAP-CLMM",
55
56
  UNISWAP_V4 = "UNISWAP-V4",
57
+ MOMENTUM_CLMM = "MOMENTUM-CLMM",
58
+ CETUS_CLMM = "CETUS-CLMM",
59
+ BLUEFIN_CLMM = "BLUEFIN_CLMM",
56
60
  LFJ_V1 = "LFJ-V1",
57
61
  LFJ_V2 = "LFJ-V2",
58
62
  BLACKHOLE_V2 = "BLACKHOLE-V2",
59
- BLACKHOLE_V3 = "BLACKHOLE-V3",
60
- MOMENTUM = "MOMENTUM",
61
- CETUS = "CETUS",
62
- BLUEFIN = "BLUEFIN"
63
+ BLACKHOLE_V3 = "BLACKHOLE-V3"
63
64
  }
64
65
  export declare enum GROUP_ID {
65
66
  TRON_DEV1 = "TRON-DEV1",
package/dist/index.js CHANGED
@@ -130,6 +130,7 @@ var DEX_ID;
130
130
  DEX_ID["METEORA_DLMM"] = "METEORA-DLMM";
131
131
  DEX_ID["METEORA_AMM"] = "METEORA-AMM";
132
132
  DEX_ID["PUMPFUN_AMM"] = "PUMPFUN-AMM";
133
+ DEX_ID["JUPITER_AGGR"] = "JUPITER-AGGR";
133
134
  DEX_ID["PANCAKE_AMM"] = "PANCAKE-AMM";
134
135
  DEX_ID["PANCAKE_CLMM"] = "PANCAKE-CLMM";
135
136
  DEX_ID["AERODROME_AMM"] = "AERODROME-AMM";
@@ -137,13 +138,13 @@ var DEX_ID;
137
138
  DEX_ID["UNISWAP_AMM"] = "UNISWAP-AMM";
138
139
  DEX_ID["UNISWAP_CLMM"] = "UNISWAP-CLMM";
139
140
  DEX_ID["UNISWAP_V4"] = "UNISWAP-V4";
141
+ DEX_ID["MOMENTUM_CLMM"] = "MOMENTUM-CLMM";
142
+ DEX_ID["CETUS_CLMM"] = "CETUS-CLMM";
143
+ DEX_ID["BLUEFIN_CLMM"] = "BLUEFIN_CLMM";
140
144
  DEX_ID["LFJ_V1"] = "LFJ-V1";
141
145
  DEX_ID["LFJ_V2"] = "LFJ-V2";
142
146
  DEX_ID["BLACKHOLE_V2"] = "BLACKHOLE-V2";
143
147
  DEX_ID["BLACKHOLE_V3"] = "BLACKHOLE-V3";
144
- DEX_ID["MOMENTUM"] = "MOMENTUM";
145
- DEX_ID["CETUS"] = "CETUS";
146
- DEX_ID["BLUEFIN"] = "BLUEFIN";
147
148
  })(DEX_ID || (exports.DEX_ID = DEX_ID = {}));
148
149
  var GROUP_ID;
149
150
  (function (GROUP_ID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.59",
3
+ "version": "2.0.61",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",