Skip to content

Commit

Permalink
Reduce default pathfinderMaxTransferSteps
Browse files Browse the repository at this point in the history
llunaCreixent committed Nov 8, 2024
1 parent 09a3539 commit 3edc1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ export default class CirclesCore {
* gas estimate and the block gas limit.
* For more information, see the Circles handbook.
*/
default: 30,
default: 17,
},
});

0 comments on commit 3edc1bb

Please sign in to comment.