From 4d6ea52439639cce108d078e834cbeedbcfb03e5 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Sep 2019 09:55:46 -0700 Subject: [PATCH] Added tranquility smart contract language. --- data/ecosystems/e/ethereum.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index e8611c2c..b73b460d 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -1819,6 +1819,9 @@ tags = ["Dapp"] url = "https://github.com/swaponline/swap.core" tags = ["Dapp"] +[[repo]] +url = "https://github.com/sz-piotr/tranquility" + [[repo]] url = "https://github.com/Tenderly/ethberlinzwei-maglev"