From 85f2308a99b9d9543ee7dbc9a61ae3aedb46e852 Mon Sep 17 00:00:00 2001 From: Z Date: Sat, 23 Dec 2023 02:31:58 +0800 Subject: [PATCH] Add Diamond Handing to Solana projects instead --- data/ecosystems/d/diamond-handing.toml | 13 ------------- data/ecosystems/s/solana.toml | 7 +++++++ 2 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 data/ecosystems/d/diamond-handing.toml diff --git a/data/ecosystems/d/diamond-handing.toml b/data/ecosystems/d/diamond-handing.toml deleted file mode 100644 index 42440e05319..00000000000 --- a/data/ecosystems/d/diamond-handing.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Ecosystem Level Information -title = "Diamond Handing" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/diamondhanding"] - -# Repositories -[[repo]] -url = "https://github.com/diamondhanding/diamondhanding-app" - -[[repo]] -url = "https://github.com/diamondhanding/diamondhanding-solana-program" diff --git a/data/ecosystems/s/solana.toml b/data/ecosystems/s/solana.toml index e736d2465e1..81280f15fdf 100644 --- a/data/ecosystems/s/solana.toml +++ b/data/ecosystems/s/solana.toml @@ -76,6 +76,7 @@ sub_ecosystems = [ "DescartesNetwork", "Diabolo", "Dialect Labs", + "Diamond Handing", "Dojima Network", "DragonLabs", "Drift Protocol", @@ -39630,6 +39631,12 @@ url = "https://github.com/diabloevagto/solana-amm-swap-exercise" [[repo]] url = "https://github.com/diamonddev107/Solana-JSON" +[[repo]] +url = "https://github.com/diamondhanding/diamondhanding-app" + +[[repo]] +url = "https://github.com/diamondhanding/diamondhanding-solana-program" + [[repo]] url = "https://github.com/DiamondNetwork/kyve"