Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export BASE_RETH_NODE_COMMIT=329e1ad3707e023a748a4b60019aeeeb9a4ace6f
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.6
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
export NETHERMIND_COMMIT=cda59e5b11d6a8066af928830e5964a8a63dc5bc
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.32.3
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
export NETHERMIND_TAG=1.33.1
export OP_GETH_COMMIT=0c62eff49efa07af470d6822d6c377a5fec6da7b
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101511.1
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
export OP_GETH_TAG=v1.101602.0
export OP_NODE_COMMIT=d6733fd693a685ee9dfbb74b9d64aeff851e1c11
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.13.5
export OP_RETH_COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
export OP_NODE_TAG=op-node/v1.13.6
export OP_RETH_COMMIT=9d56da53ec0ad60e229456a0c70b338501d923a5
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.6.0
export OP_RETH_TAG=v1.7.0
16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"tracking": "tag"
},
"nethermind": {
"tag": "1.32.3",
"commit": "080637edc24c43fbc9f9fde153f73a240a602163",
"tag": "1.33.1",
"commit": "cda59e5b11d6a8066af928830e5964a8a63dc5bc",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
},
"op_geth": {
"tag": "v1.101511.1",
"commit": "c6e05723600e111af769abffd5299e3c72061016",
"tag": "v1.101602.0",
"commit": "0c62eff49efa07af470d6822d6c377a5fec6da7b",
"owner": "ethereum-optimism",
"repo": "op-geth",
"tracking": "tag"
},
"op_node": {
"tag": "op-node/v1.13.5",
"commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe",
"tag": "op-node/v1.13.6",
"commit": "d6733fd693a685ee9dfbb74b9d64aeff851e1c11",
"tagPrefix": "op-node",
"owner": "ethereum-optimism",
"repo": "optimism",
"tracking": "tag"
},
"op_reth": {
"tag": "v1.6.0",
"commit": "d8451e54e7267f9f1634118d6d279b2216f7e2bb",
"tag": "v1.7.0",
"commit": "9d56da53ec0ad60e229456a0c70b338501d923a5",
"owner": "paradigmxyz",
"repo": "reth",
"tracking": "tag"
Expand Down