29 lines
613 B
JavaScript
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/"
|
|
},
|
|
];
|