From 500b944caec4cfa1a53bb5009434283615121863 Mon Sep 17 00:00:00 2001 From: Devon Bear Date: Sun, 9 Jun 2024 05:56:08 -0400 Subject: [PATCH] chore(repo): Cleanup readme and fix kurtosis yaml (#1398) * bet * bet * bet --- README.md | 4 ---- docs/.gitkeep | 2 +- kurtosis/beaconkit-all.yaml | 6 +++--- mod/node-rollkit/.gitkeep | 1 + 4 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 mod/node-rollkit/.gitkeep diff --git a/README.md b/README.md index 73433fc05b..087bcac8ed 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,6 @@ environment to that of the Ethereum Mainnet. First there was EVM Compatibility; next, EVM Equivalence; and now with BeaconKit, **EVM Identicality**. -## Why BeaconKit - -TODO: Talk about Polaris / Ethermint compatibility issue. - ## Supported Execution Clients Through utilizing the [Ethereum Engine API](https://github.com/ethereum/execution-apis/blob/main/src/engine) diff --git a/docs/.gitkeep b/docs/.gitkeep index f8e16e8685..fdf702fb0d 100644 --- a/docs/.gitkeep +++ b/docs/.gitkeep @@ -1 +1 @@ -sike \ No newline at end of file +Coming soon... \ No newline at end of file diff --git a/kurtosis/beaconkit-all.yaml b/kurtosis/beaconkit-all.yaml index 3c5a602166..8450e89cdc 100644 --- a/kurtosis/beaconkit-all.yaml +++ b/kurtosis/beaconkit-all.yaml @@ -35,13 +35,13 @@ network_configuration: replicas: 1 - el_type: reth kzg_impl: crate-crypto/go-kzg-4844 - replicas: 0 + replicas: 1 - el_type: geth kzg_impl: crate-crypto/go-kzg-4844 - replicas: 0 + replicas: 1 - el_type: erigon kzg_impl: crate-crypto/go-kzg-4844 - replicas: 0 + replicas: 1 - el_type: ethereumjs replicas: 0 full_nodes: diff --git a/mod/node-rollkit/.gitkeep b/mod/node-rollkit/.gitkeep new file mode 100644 index 0000000000..d4edfd02a5 --- /dev/null +++ b/mod/node-rollkit/.gitkeep @@ -0,0 +1 @@ +Coming Soon... \ No newline at end of file