diff --git a/spec/22/events.yaml b/spec/22/events.yaml index 59bdece..efaac18 100644 --- a/spec/22/events.yaml +++ b/spec/22/events.yaml @@ -765,6 +765,19 @@ - DeFi - DAO +- id: cz-sk-nft-community + type: lightning + name: CZ/SK NFT Community + track: nft + speakers: [ resistance ] + duration: 10 + parent: lokalni-komunity-intro + description: | + [Pozvánka na Discord](https://discord.gg/X4MV9Pn5P8) + tags: + - NFT + - metaverse + - id: bankless-cz type: lightning name: Bankless.cz diff --git a/spec/22/projects.yaml b/spec/22/projects.yaml index 8594994..b66388a 100644 --- a/spec/22/projects.yaml +++ b/spec/22/projects.yaml @@ -478,14 +478,6 @@ tracks: - nft -- id: foundation - name: Foundation - twitter: withFND - web: - url: https://foundation.app - tracks: - - nft - - id: beeple name: Beeple twitter: beeple diff --git a/utils/twitter.js b/utils/twitter.js index 2a6d771..836788f 100644 --- a/utils/twitter.js +++ b/utils/twitter.js @@ -23,7 +23,7 @@ const simple_twitter = new SimpleTwitter({ const entryId = "22"; const entry = utxo.entries[entryId]; -const collections = ["speakers", "partners", "projects"]; +const collections = ["speakers", "partners"]; const arr = []; let total = 0;