diff --git a/data/ecosystems/e/ethereum-execution.toml b/data/ecosystems/e/ethereum-execution.toml index 3d92fa49..49e02733 100644 --- a/data/ecosystems/e/ethereum-execution.toml +++ b/data/ecosystems/e/ethereum-execution.toml @@ -12,6 +12,9 @@ url = "https://github.com/akula-bft/akula" [[repo]] url = "https://github.com/bluealloy/revm" +[[repo]] +url = "https://github.com/ethereum/evmone" + [[repo]] url = "https://github.com/ethereum/go-ethereum" @@ -35,3 +38,6 @@ url = "https://github.com/openethereum/openethereum" [[repo]] url = "https://github.com/rust-blockchain/evm" + +[[repo]] +url = "https://github.com/torquem-ch/silkworm"