Skip to content

Commit 17bd9d6

Browse files
committed
0.0.90
1 parent 4b3e9fc commit 17bd9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/addPairs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function processPairs(pairs, matchingEngine, walletClient, abi) {
169169
for (const pair of pairs) {
170170
await addPairV3(pair, matchingEngine, walletClient, abi);
171171
await sleep(2000); // Wait for 2 seconds
172-
await setSpread(pair, matchingEngine, walletClient, abi);
172+
// await setSpread(pair, matchingEngine, walletClient, abi);
173173
await sleep(2000); // Wait for 2 seconds
174174
}
175175
}

0 commit comments

Comments
 (0)