ghost-dao-interface/src/constants/ecosystem.js
Uncle Fatso d4446f6fb1
version 0.0.22
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-04-28 14:03:56 +03:00

29 lines
613 B
JavaScript

import { NetworkId } from "../constants";
export const ECOSYSTEM = [
{
name: "GHOST chain",
link: "https://chain.ghostchain.io/"
},
{
name: "ghostNFT",
link: "https://app.nft.ghostchain.io/"
},
{
name: "ghostAirdrop",
link: "https://airdrop.ghostchain.io/"
},
{
name: "ghostAirdrop bot",
link: "https://t.me/ghostDAO_airdrop_bot"
},
{
name: "ghostFaucet",
link: "https://faucet.ghostchain.io/"
},
{
name: "JML NFT Collection",
link: "https://jml.ghostchain.io/"
},
];