Skip to content

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent authored Nov 11, 2024
1 parent 06b0eac commit bd858da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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,
pathfinderMaxTransferSteps: 30,
});

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

0 comments on commit bd858da

Please sign in to comment.