From 2386bf3d442072c5077959585b14d71949c8fe8e Mon Sep 17 00:00:00 2001 From: xylophonez <69069725+xylophonez@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:48:14 +0000 Subject: [PATCH] Add WeaveVM (#1743) * Add WeaveVM * Sort repos alphabetically * Update weavevm.toml --- data/ecosystems/w/weavevm.toml | 134 +++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 data/ecosystems/w/weavevm.toml diff --git a/data/ecosystems/w/weavevm.toml b/data/ecosystems/w/weavevm.toml new file mode 100644 index 0000000000..2792efde4e --- /dev/null +++ b/data/ecosystems/w/weavevm.toml @@ -0,0 +1,134 @@ +# Ecosystem Level Information +title = "WeaveVM" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/weavevm"] + +# Repositories + +[[repo]] +url = "https://github.com/weaveVM/ark-lambda" + +[[repo]] +url = "https://github.com/weaveVM/arweave-exex-backfill" + +[[repo]] +url = "https://github.com/weaveVM/avalanche-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/blobvm-core" + +[[repo]] +url = "https://github.com/weaveVM/blobvm-sequencer" + +[[repo]] +url = "https://github.com/weaveVM/developers" + +[[repo]] +url = "https://github.com/weaveVM/dymension-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/dymint" + +[[repo]] +url = "https://github.com/weaveVM/elciao" + +[[repo]] +url = "https://github.com/weaveVM/exex-templates" + +[[repo]] +url = "https://github.com/weaveVM/exex.rs" + +[[repo]] +url = "https://github.com/weaveVM/goat-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/humanode-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/lambda" + +[[repo]] +url = "https://github.com/weaveVM/merged-precompiles-0x69420" + +[[repo]] +url = "https://github.com/weaveVM/op-wvm" + +[[repo]] +url = "https://github.com/weaveVM/proxy-rpc" + +[[repo]] +url = "https://github.com/weaveVM/revm-inspectors" + +[[repo]] +url = "https://github.com/weaveVM/rfcs" + +[[repo]] +url = "https://github.com/weaveVM/roll-op" + +[[repo]] +url = "https://github.com/weaveVM/rss3-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/rusty-ao" + +[[repo]] +url = "https://github.com/weaveVM/sei-wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/substrate-archiver" + +[[repo]] +url = "https://github.com/weaveVM/univ2-fork" + +[[repo]] +url = "https://github.com/weaveVM/weave-svm" + +[[repo]] +url = "https://github.com/weaveVM/wvm-archiver" + +[[repo]] +url = "https://github.com/weaveVM/wvm-blobscan" + +[[repo]] +url = "https://github.com/weaveVM/wvm-blockscout" + +[[repo]] +url = "https://github.com/weaveVM/wvm-blockscout-frontend" + +[[repo]] +url = "https://github.com/weaveVM/wvm-data-retriever" + +[[repo]] +url = "https://github.com/weaveVM/wvm-docker-testnet" + +[[repo]] +url = "https://github.com/weaveVM/wvm-eigenda-proxy" + +[[repo]] +url = "https://github.com/weaveVM/wvm-gateway" + +[[repo]] +url = "https://github.com/weaveVM/wvm-irys-rust-sdk" + +[[repo]] +url = "https://github.com/weaveVM/wvm-lighthouse" + +[[repo]] +url = "https://github.com/weaveVM/wvm-media-kit" + +[[repo]] +url = "https://github.com/weaveVM/wvm-op-stack-da-server" + +[[repo]] +url = "https://github.com/weaveVM/wvm-research" + +[[repo]] +url = "https://github.com/weaveVM/wvm-reth" + +[[repo]] +url = "https://github.com/weaveVM/wvm-revm" + +[[repo]] +url = "https://github.com/weaveVM/wvm-testnet-configs"