From c5be9a3aee52aac547f90a7681ef98fee2075f8e Mon Sep 17 00:00:00 2001 From: surbhi Date: Thu, 23 Oct 2025 21:27:43 +0000 Subject: [PATCH] comment update --- adhoc_scripts/get_quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adhoc_scripts/get_quotes.js b/adhoc_scripts/get_quotes.js index f205b0b..13a0882 100644 --- a/adhoc_scripts/get_quotes.js +++ b/adhoc_scripts/get_quotes.js @@ -229,7 +229,7 @@ async function getQuoteFromHistoricalBlock(poolKey, targetBlock) { // Test USDC→USDT (forward direction) console.log('\n=== USDC → USDT (Forward Direction) ==='); for (let i = 0; i < maxIterations; i++) { - // Check if currentAmount exceeds 1 million + // Check if currentAmount exceeds 10 million if (currentAmount > 10000000) { console.log(`\nReached maximum amount limit of 1 million USDC. Stopping iterations.`); break;