We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfb2d1 commit f18dcb9Copy full SHA for f18dcb9
1 file changed
indexer/services/comlink/src/helpers/skip-helper.ts
@@ -47,7 +47,7 @@ export async function buildUserAddresses(
47
);
48
}
49
const nobleForwardingModule = 'https://api.noble.xyz/noble/forwarding/v1/address/channel';
50
-const skipMessagesTimeoutSeconds = '60';
+const skipMessagesTimeoutSeconds = '300'; // 5 minutes.
51
const dydxNobleChannel = 33;
52
// Grabs the raw skip route data to carry out the bridge on our own.
53
export async function getSkipCallData(
0 commit comments