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 0512be4 commit 8266729Copy full SHA for 8266729
packages/multichain-account-service/src/providers/SolAccountProvider.ts
@@ -35,7 +35,10 @@ export class SolAccountProvider extends SnapAccountProvider {
35
messenger: MultichainAccountServiceMessenger,
36
config: SolAccountProviderConfig = {
37
discovery: {
38
- timeoutMs: 5000,
+ // Use a pretty high timeout (12s) for each Solana discovery for now.
39
+ // NOTE: This can be overriden at any time by the client using the
40
+ // config parameter.
41
+ timeoutMs: 12000,
42
},
43
44
) {
0 commit comments