@clonegod/ttd-core 3.1.36 → 3.1.37
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/cache/arb_cache.js +1 -1
- package/package.json +1 -1
package/dist/cache/arb_cache.js
CHANGED
|
@@ -807,7 +807,7 @@ class ArbCache {
|
|
|
807
807
|
for (const token of input_tokens) {
|
|
808
808
|
if (!(token === null || token === void 0 ? void 0 : token.symbol) || (0, index_1.isEmpty)(token.market_price))
|
|
809
809
|
continue;
|
|
810
|
-
const field =
|
|
810
|
+
const field = token.symbol;
|
|
811
811
|
yield this.loading_cache.hset(this.chain_id, index_1.CACHE_KEY_TYPE.CONFIG_TOKEN_LIST, field, JSON.stringify(token));
|
|
812
812
|
count++;
|
|
813
813
|
}
|