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