Skip to content

Commit

Permalink
Update core instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Nov 11, 2024
1 parent f5baf94 commit fb0be08
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: 17,
pathfinderMaxTransferSteps: 25,
});

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

0 comments on commit fb0be08

Please sign in to comment.