@clonegod/ttd-core 2.0.6 → 2.0.7
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.
|
@@ -19,6 +19,7 @@ const index_1 = require("../../index");
|
|
|
19
19
|
const gecko_terminal_1 = require("./gecko_terminal");
|
|
20
20
|
function get_bsc_token_price_info(addresses) {
|
|
21
21
|
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
addresses = addresses.map(addr => addr.toLowerCase());
|
|
22
23
|
const result = new Map();
|
|
23
24
|
const PRICE_CHANNELS = [
|
|
24
25
|
{
|