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 78eedd5 commit 212f7a1Copy full SHA for 212f7a1
rpc/errors.go
@@ -80,7 +80,7 @@ type NoHistoricalFallbackError struct{}
80
func (e NoHistoricalFallbackError) ErrorCode() int { return -32801 }
81
82
func (e NoHistoricalFallbackError) Error() string {
83
- return "no historical RPC is available for this historical (pre-bedrock) execution request"
+ return "no historical RPC is available for this historical (pre-L2) execution request"
84
}
85
86
type methodNotFoundError struct{ method string }
0 commit comments