Skip to content

Commit

Permalink
Merge pull request #799 from CirclesUBI/lluna/reduce-max-steps
Browse files Browse the repository at this point in the history
Reduce pathfinderMaxTransferSteps
  • Loading branch information
llunaCreixent authored Nov 11, 2024
2 parents a2011d8 + fb0be08 commit 06b0eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const core = new CirclesCore(web3, {
relayServiceEndpoint: process.env.RELAY_SERVICE_EXTERNAL,
safeMasterAddress: process.env.SAFE_ADDRESS,
subgraphName: process.env.SUBGRAPH_NAME,
pathfinderMaxTransferSteps: 25,
});

async function requestCore(moduleName, method, options) {
Expand Down

0 comments on commit 06b0eac

Please sign in to comment.