From 4881ddd7769b34bb93d88cdb1e3043824d792a24 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 3 Jun 2022 10:35:57 -0700 Subject: [PATCH] Added more Ethereum execution related repos --- data/ecosystems/e/ethereum-execution.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/e/ethereum-execution.toml b/data/ecosystems/e/ethereum-execution.toml index 49e02733..2ff9613b 100644 --- a/data/ecosystems/e/ethereum-execution.toml +++ b/data/ecosystems/e/ethereum-execution.toml @@ -12,6 +12,12 @@ url = "https://github.com/akula-bft/akula" [[repo]] url = "https://github.com/bluealloy/revm" +[[repo]] +url = "https://github.com/citahub/cita-vm" + +[[repo]] +url = "https://github.com/ethereum/evmc" + [[repo]] url = "https://github.com/ethereum/evmone" @@ -41,3 +47,6 @@ url = "https://github.com/rust-blockchain/evm" [[repo]] url = "https://github.com/torquem-ch/silkworm" + +[[repo]] +url = "https://github.com/vorot93/evmodin"