From cc7786b94d7a3c2e8a7afb8d452632dcbddfe4df Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:42:40 -0800 Subject: [PATCH] Added Narwhalswap --- data/ecosystems/n/narwhalswap.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/ecosystems/n/narwhalswap.toml diff --git a/data/ecosystems/n/narwhalswap.toml b/data/ecosystems/n/narwhalswap.toml new file mode 100644 index 00000000..cbb9f6aa --- /dev/null +++ b/data/ecosystems/n/narwhalswap.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Narwhalswap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/narwhalswap"] + +# Repositories +[[repo]] +url = "https://github.com/narwhalswap/contracts" + +[[repo]] +url = "https://github.com/narwhalswap/default-token-list" + +[[repo]] +url = "https://github.com/narwhalswap/nar-token" + +[[repo]] +url = "https://github.com/narwhalswap/narwhalswap-api" + +[[repo]] +url = "https://github.com/narwhalswap/narwhalswap-subgraph"