Skip to content

Commit a7282df

Browse files
committed
Add celestia and run event
1 parent 6d4df91 commit a7282df

5 files changed

Lines changed: 131 additions & 0 deletions

File tree

data/24/chains/celestia/index.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name = "Celestia"
2+
symbol = "TIA"
3+
logo = "tia.png"
4+
5+
[links]
6+
web = "https://celestia.org"
7+
twitter = "https://twitter.com/CelestiaOrg"

data/24/chains/celestia/tia.png

90.4 KB
Loading
49.4 KB
Loading
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# the name of your event
2+
name = "Celestia Light Run"
3+
4+
# shortest possible name (without year)
5+
shortname = "Celestia Light"
6+
7+
# type of the event
8+
# available types (you can choose more):
9+
# * meetup
10+
# * conference
11+
# * hackathon
12+
# * expo
13+
# * party
14+
# * other
15+
types = ["other"]
16+
17+
# status of the event
18+
# available types:
19+
# * idea
20+
# * planning
21+
# * published
22+
status = "published"
23+
24+
# the name of the group organizing the event
25+
org = "Celestia Labs"
26+
27+
# the github handle of the directly responsible individual for this event
28+
# (this person will coordinate with #bbw24 organizers)
29+
dri = "devnatnet"
30+
31+
# A point of contact (responsible person)
32+
poc = "Natnet"
33+
34+
# the start date of the event
35+
date = "2024-05-23"
36+
37+
# how many days the event lasts (1 - N)
38+
days = 1
39+
40+
# the event times (shows up in the event card)
41+
times = "09:15-11:00"
42+
43+
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
44+
# venues = ["gabriel-loci"]
45+
46+
# the event venue name
47+
venueName = "Moltke Monument"
48+
49+
# link to the venue on open-street maps
50+
venueUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=Helmuth+Karl+Bernhard+von+Moltke"
51+
52+
# the event venue address
53+
venueAddress = "Spreeweg 1, 10557 Berlin"
54+
55+
# the languages in which the event will take place (you can choose more)
56+
languages = ["english"]
57+
58+
# the max number of attendees of the event
59+
attendees = 30
60+
61+
# blockchains that the event deals with
62+
# if it is an interchain event, then leave blank
63+
chains = ["celestia"]
64+
65+
# tags for the event, will show up as labels.
66+
# pick 1-4
67+
tags = ["running", "modularity", "breakfast"]
68+
69+
# A logo attachment
70+
logo = "celestia.jpg"
71+
72+
# a description of the event.
73+
description = """
74+
Join the Celestia team for a morning jog, covering 5.5-6km at a slow pace. We'll run from the Siegessäule along the river, through Monbijoupark and end our run with our final coffee and pastries!
75+
"""
76+
77+
# [cfp]
78+
# link to call for particioation
79+
# link = ""
80+
81+
[registration]
82+
# type of registration
83+
# Possible values:
84+
# * tickets
85+
# * invites
86+
# * signup
87+
type = "invites"
88+
89+
# price of the ticket
90+
price = "0 EUR"
91+
92+
# link to the registration or ticket purchase page
93+
link = "https://lu.ma/cldspsln"
94+
95+
# custom action button label
96+
#button = "Sign Up"
97+
98+
# status of registrations
99+
# Possible values:
100+
# * available
101+
# * sold-out
102+
# * closed
103+
status = "available"
104+
105+
[links]
106+
# the website of the event
107+
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
108+
web = "https://lu.ma/cldspsln"
109+
110+
# twitter account
111+
# twitter = ""
112+
113+
# public matrix channel
114+
# matrix = ""
115+
116+
# public telegram group
117+
# telegram = ""
118+
119+
# docs
120+
#docs = ""
121+
122+
# discord
123+
# discord = ""

utils/schema/1/event.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ properties:
106106
- cardano
107107
- lisk
108108
- polygon
109+
- celestia
109110
- other
110111
difficulty:
111112
type: string

0 commit comments

Comments
 (0)