Skip to content

Commit 9e6a2e3

Browse files
committed
Undo change of Changelly's offset
1 parent 0c94a33 commit 9e6a2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changelly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function fetchChangelly (swapFuncParams: SwapFuncParams) {
114114
}
115115

116116
// console.log(`Changelly completed: ${ssFormatTxs.length}`)
117-
if (offset > 10000) {
117+
if (offset > 1000) {
118118
// console.log('length < 100, stopping query')
119119
break
120120
}

0 commit comments

Comments
 (0)