Skip to content

Commit de14602

Browse files
chore: updated node-reth (#578)
* fix: try adding eof on newline * chore: updated node-reth --------- Co-authored-by: Danyal Prout <[email protected]> Co-authored-by: danyalprout <[email protected]>
1 parent bc32ac4 commit de14602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versions.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export BASE_RETH_NODE_COMMIT=69c63735984a5e86f44ff2d10f3099dd85fc2d38
1+
export BASE_RETH_NODE_COMMIT=36a775eb60dba5846ac0bc9e76433f96b86a192c
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.9
3+
export BASE_RETH_NODE_TAG=v0.1.10
44
export NETHERMIND_COMMIT=c4238a37787abd95cc849aa817ffa9a6eef567dd
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.34.1

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.1.9",
4-
"commit": "69c63735984a5e86f44ff2d10f3099dd85fc2d38",
3+
"tag": "v0.1.10",
4+
"commit": "36a775eb60dba5846ac0bc9e76433f96b86a192c",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"

0 commit comments

Comments
 (0)