@clonegod/ttd-core 3.1.95 → 3.1.96
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.
|
@@ -185,7 +185,7 @@ if (require.main === module) {
|
|
|
185
185
|
"0x5fc5360d0400a0fd4f2af552add042d716f1d168".toLowerCase(),
|
|
186
186
|
"0x020bfc650a365f8bb26819deaabf3e21291018b4".toLowerCase(),
|
|
187
187
|
];
|
|
188
|
-
console.log(yield get_eth_token_price_info(evm_chain_info, addresses));
|
|
188
|
+
console.log(yield get_eth_token_price_info(evm_chain_info, addresses, { source: 'force_fetch' }));
|
|
189
189
|
console.log(yield fetchPriceFromUniSwap(evm_chain_info.chain_full_name, addresses));
|
|
190
190
|
console.log(yield (0, gecko_terminal_1.fetchPriceFromGeckoTerminal)(evm_chain_info.chain_short_name, addresses));
|
|
191
191
|
}))();
|