diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 37099236..80ea614d 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -492,6 +492,7 @@ sub_ecosystems = [ "SynFutures", "SynLev", "Synthetix", + "Taiko", "Tally", "Tangle", "Teller Protocol", diff --git a/data/ecosystems/t/taiko.toml b/data/ecosystems/t/taiko.toml new file mode 100644 index 00000000..591e6c8a --- /dev/null +++ b/data/ecosystems/t/taiko.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Taiko" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/taikochain"] + +# Repositories +[[repo]] +url = "https://github.com/taikochain/smock" + +[[repo]] +url = "https://github.com/taikochain/zkevm-circuits"