From 8866a5a3d8b19eee012db5a5d2e16f18ded5aba1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 21 May 2022 20:26:03 -0700 Subject: [PATCH] Added more Ethereum execution repos: silkworm, evmone, etc. --- data/ecosystems/e/ethereum-execution.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"