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 b647a37 commit c4b4d8dCopy full SHA for c4b4d8d
internal/provider/ethereum.go
@@ -28,7 +28,7 @@ const (
28
ProviderAlchemy = "alchemy"
29
30
// DefaultTimeout is the default value for request timeout
31
- DefaultTimeout = 3000 * time.Millisecond
+ DefaultTimeout = 30 * time.Second
32
)
33
34
type rpcTransaction struct {
internal/provider/etherscan/etherscan.go
@@ -19,7 +19,7 @@ import (
19
const (
20
21
// FIXME: code duplication
22
23
24
25
type EtherscanClient struct {
0 commit comments