Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
iteyelmp committed Dec 25, 2024
1 parent aff0056 commit a1dbba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/vm/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ type DecodeType uint64
const (
esGetBlobInputLength = 160
maxDataWordLenPerBlob = 4096 // blob size in proto-danksharding
defaultCallTimeout = 1 * time.Second
defaultCallTimeout = 2 * time.Second
RawData DecodeType = iota
PaddingPer31Bytes
OptimismCompactBlob
Expand Down
2 changes: 1 addition & 1 deletion params/es_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (
)

var (
EsNodeURL = "http://localhost:9545"
EsNodeURL = "http://localhost:9540"
)

0 comments on commit a1dbba4

Please sign in to comment.