From d8144b752187a3d9ea55913b07369f806f4f6081 Mon Sep 17 00:00:00 2001 From: Moshenskyi Danylo Date: Tue, 7 Nov 2023 16:24:49 +0100 Subject: [PATCH] Add EtaSwap to hedera ecosystem (#632) * Add EtaSwap to hedera ecosystem * Update hedera.toml --- data/ecosystems/h/hedera.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/h/hedera.toml b/data/ecosystems/h/hedera.toml index f8172b5332..6297c961b3 100644 --- a/data/ecosystems/h/hedera.toml +++ b/data/ecosystems/h/hedera.toml @@ -789,6 +789,15 @@ url = "https://github.com/energify/energify-backend" [[repo]] url = "https://github.com/energify/energify-frontend" +[[repo]] +url = "https://github.com/EtaSwap/app" + +[[repo]] +url = "https://github.com/EtaSwap/etaswap-smart-contracts" + +[[repo]] +url = "https://github.com/EtaSwap/etaswap.github.io" + [[repo]] url = "https://github.com/ethanJlab/hedera_smartContract_scripts"