diff --git a/data/ecosystem.ts b/data/ecosystem.ts index 67d50692..781f9b06 100644 --- a/data/ecosystem.ts +++ b/data/ecosystem.ts @@ -3663,4 +3663,23 @@ export const allProjects: Array = [ isLive: false, isTestnetLive: false, }, + { + id: "0a4a005d-9a00-4bca-a1b9-aea1dd3db683", + name: "Starkpunks", + shortName: "Starkpunks", + description: + "Starkpunks launched as the first 10k NFTs collection on StarkNet in 2022", + tags: ["nft"], + image: "starkpunkslogo.png", + network: { + website: "https://www.starkpunks.com", + github: "", + twitter: "https://twitter.com/starkpunks_nft", + medium: "", + discord: "", + telegram: "", + }, + isLive: true, + isTestnetLive: false, + }, ]; diff --git a/public/logos/starkpunkslogo.png b/public/logos/starkpunkslogo.png new file mode 100644 index 00000000..a9612f67 Binary files /dev/null and b/public/logos/starkpunkslogo.png differ