From 896de0e30e8ae01dc764837e4841872ab8e833fc Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:01:40 +0000 Subject: [PATCH] Remove inco-fhevm in favor of inco network --- data/ecosystems/e/ethereum-virtual-machine-stack.toml | 1 - data/ecosystems/i/{inco-fhevm.toml => inco-network.toml} | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename data/ecosystems/i/{inco-fhevm.toml => inco-network.toml} (95%) diff --git a/data/ecosystems/e/ethereum-virtual-machine-stack.toml b/data/ecosystems/e/ethereum-virtual-machine-stack.toml index 51114a78e9..9a9e9a4ad7 100644 --- a/data/ecosystems/e/ethereum-virtual-machine-stack.toml +++ b/data/ecosystems/e/ethereum-virtual-machine-stack.toml @@ -27,7 +27,6 @@ sub_ecosystems = [ "Hedera", "Hemera Protocol", "ICHI", - "Inco | fhEVM", "Kyber Network", "Layer3", "Light", diff --git a/data/ecosystems/i/inco-fhevm.toml b/data/ecosystems/i/inco-network.toml similarity index 95% rename from data/ecosystems/i/inco-fhevm.toml rename to data/ecosystems/i/inco-network.toml index 57b5eaf883..1ee51bb633 100644 --- a/data/ecosystems/i/inco-fhevm.toml +++ b/data/ecosystems/i/inco-network.toml @@ -1,5 +1,5 @@ # Ecosystem Level Information -title = "Inco | fhEVM" +title = "Inco Network" sub_ecosystems = [] @@ -98,6 +98,10 @@ url = "https://github.com/Inco-fhevm/IncoSlots" [[repo]] url = "https://github.com/Inco-fhevm/private-voting-dapp" +[[repo]] +url = "https://github.com/Inco-fhevm/solidity-stringutils" +missing = true + [[repo]] url = "https://github.com/Inco-fhevm/take-home-starter"