From 53ed050d2e704eaf376963f84628451f91c5c5dd Mon Sep 17 00:00:00 2001
From: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Date: Tue, 30 Sep 2025 13:03:20 -0700
Subject: [PATCH 1/4] refactor: tenYearEventRegions
hard-code static data list, deprecate API fetch
---
app/[locale]/10years/page.tsx | 16 +-
src/data/tenYearEventRegions.ts | 2016 ++++++++++++++++++++++++++++++
src/lib/api/fetch10YearEvents.ts | 88 --
3 files changed, 2022 insertions(+), 98 deletions(-)
create mode 100644 src/data/tenYearEventRegions.ts
delete mode 100644 src/lib/api/fetch10YearEvents.ts
diff --git a/app/[locale]/10years/page.tsx b/app/[locale]/10years/page.tsx
index f9268498e7e..8448a24fe57 100644
--- a/app/[locale]/10years/page.tsx
+++ b/app/[locale]/10years/page.tsx
@@ -23,7 +23,7 @@ import { dataLoader } from "@/lib/utils/data/dataLoader"
import { getMetadata } from "@/lib/utils/metadata"
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
-// Import static torch holders data
+import tenYearEventRegions from "@/data/tenYearEventRegions"
import torchHoldersData from "@/data/torchHolders.json"
import { BASE_TIME_UNIT } from "@/lib/constants"
@@ -43,7 +43,6 @@ import {
import TenYearJsonLD from "./page-jsonld"
import { routing } from "@/i18n/routing"
-import { fetch10YearEvents } from "@/lib/api/fetch10YearEvents"
import { fetch10YearStories } from "@/lib/api/fetch10YearStories"
import {
getHolderEvents,
@@ -57,10 +56,7 @@ import Curved10YearsText from "@/public/images/10-year-anniversary/10y-torch-hea
const REVALIDATE_TIME = BASE_TIME_UNIT * 1
const loadData = dataLoader(
- [
- ["fetched10YearEvents", fetch10YearEvents],
- ["fetched10YearStories", fetch10YearStories],
- ],
+ [["fetched10YearStories", fetch10YearStories]],
REVALIDATE_TIME * 1000
)
@@ -71,7 +67,7 @@ const Page = async ({ params }: { params: PageParams }) => {
setRequestLocale(locale)
- const [fetched10YearEvents, fetched10YearStories] = await loadData()
+ const [fetched10YearStories] = await loadData()
const allTorchHolders: TorchHolder[] = torchHoldersData as TorchHolder[]
@@ -166,11 +162,11 @@ const Page = async ({ params }: { params: PageParams }) => {
- {Object.entries(fetched10YearEvents).map(([key, data]) => (
+ {Object.entries(tenYearEventRegions).map(([key, data]) => (
{
))}
- {Object.entries(fetched10YearEvents).map(([key, data]) => {
+ {Object.entries(tenYearEventRegions).map(([key, data]) => {
const events = data.events.sort((a, b) =>
a.country.localeCompare(b.country)
)
diff --git a/src/data/tenYearEventRegions.ts b/src/data/tenYearEventRegions.ts
new file mode 100644
index 00000000000..026bbcb2f2a
--- /dev/null
+++ b/src/data/tenYearEventRegions.ts
@@ -0,0 +1,2016 @@
+const tenYearEventRegions: Record<
+ string,
+ {
+ label: string
+ events: {
+ host: string
+ eventLink: string
+ pingedForURL?: string
+ eventLocation?: string
+ address?: string
+ city: string
+ country: string
+ region?: string
+ continent?: string
+ lat: string
+ lng: string
+ readyToShow: string
+ countryFlag: string
+ }[]
+ }
+> = {
+ africa: {
+ label: "Africa",
+ events: [
+ {
+ host: "ETHCongo",
+ eventLink: "https://lu.ma/1mha555b?locale=fr",
+ pingedForURL: "FALSE",
+ eventLocation: "kinshasa/ DRC",
+ address: "TBD",
+ city: "Kinshasa",
+ country: "Democratic Republic of the Congo",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-4.3033",
+ lng: "15.3105",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇩",
+ },
+ {
+ host: "ETHAccra",
+ eventLink: "https://lu.ma/ethereum-10y-accra",
+ pingedForURL: "TRUE",
+ eventLocation: "Accra, Ghana",
+ address: "TBD",
+ city: "Accra",
+ country: "Ghana",
+ region: "Africa",
+ continent: "Africa",
+ lat: "5.5593",
+ lng: "-0.1974",
+ readyToShow: "TRUE",
+ countryFlag: "🇬🇭",
+ },
+ {
+ host: "Ethereum 10th Anniversary Meetup: Reflecting on a Decade, Building the Future",
+ eventLink: "https://lu.ma/d75tlbfw",
+ pingedForURL: "FALSE",
+ eventLocation: "TheBuidl, Kaduna, Nigeria",
+ address: "10 Algeria Crescent, Barnawa, Kaduna 800283, Kaduna, Nigeria",
+ city: "Kaduna",
+ country: "Nigeria",
+ region: "Africa",
+ continent: "Africa",
+ lat: "10.5036",
+ lng: "7.4337",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇬",
+ },
+ {
+ host: "BLOCKFUSE LABS",
+ eventLink: "https://lu.ma/sttk0wd5",
+ pingedForURL: "FALSE",
+ eventLocation: "Blockfuse Labs HQ, ",
+ address:
+ "Rhomat Plaza, 29 Jonah David Jang Wy, Local, Rayfield, Jos 930101, Plateau, Nigeria",
+ city: "Jos",
+ country: "Nigeria",
+ region: "Africa",
+ continent: "Africa",
+ lat: "9.8965",
+ lng: "8.8583",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇬",
+ },
+ {
+ host: "Africa Blockchain Community",
+ eventLink: "https://lu.ma/xatik06o",
+ pingedForURL: "FALSE",
+ eventLocation: "Rue 186 AFG, Lomé, Togo",
+ address: "Rue 186 AFG, Lomé, Togo",
+ city: "Lomé",
+ country: "Togo",
+ region: "Africa",
+ continent: "Africa",
+ lat: "6.1296",
+ lng: "1.2197",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇬",
+ },
+ {
+ host: "Built Different Foundation",
+ eventLink: "https://lu.ma/6yotpgq5",
+ pingedForURL: "FALSE",
+ eventLocation:
+ "Eight 2 Five Innovation Hub, Third Floor Anchor House, J Moyo Avenue, Harare",
+ address:
+ "Eight 2 Five Innovation Hub, Third Floor Anchor House, J Moyo Avenue, Harare",
+ city: "Harare",
+ country: "Zimbabwe",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-17.8263",
+ lng: "31.0504",
+ readyToShow: "TRUE",
+ countryFlag: "🇿🇼",
+ },
+ {
+ host: "Ayemou Loic",
+ eventLink:
+ "https://app.unlock-protocol.com/event/meetup-les-10-ans-d-anniversaire-d-ethereum",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "9466+F68, Bingerville, Côte d'Ivoire",
+ city: "Abidjan",
+ country: "Côte D'Ivoire",
+ region: "Africa",
+ continent: "Africa",
+ lat: "5.359952",
+ lng: "-4.008256",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇮",
+ },
+ {
+ host: "Greenpill Cape Town",
+ eventLink: "https://lu.ma/lpzufbzd",
+ pingedForURL: "",
+ city: "Cape Town",
+ country: "South Africa",
+ region: "Africa",
+ continent: "Africa",
+ lat: "33.9221°",
+ lng: "18.4231°",
+ readyToShow: "TRUE",
+ countryFlag: "🇿🇦",
+ },
+ {
+ host: "Eth@10 Nakuru",
+ eventLink: "https://cheppar.co.ke/events",
+ pingedForURL: "",
+ eventLocation: "Little Garden Bistro",
+ address: "Richard Musangi Rd , Hse 3L",
+ city: "Nakuru",
+ country: "Kenya",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-0.303099",
+ lng: "36.080025",
+ readyToShow: "TRUE",
+ countryFlag: "🇰🇪",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Cape Town",
+ eventLink: "https://lu.ma/ethereum-10y-capetown",
+ pingedForURL: "",
+ city: "Cape Town",
+ country: "South Africa",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-33.924869",
+ lng: "18.424055",
+ readyToShow: "TRUE",
+ countryFlag: "🇿🇦",
+ },
+ {
+ host: "Celebrating Ethereum at 10 - Web3bridge",
+ eventLink: "https://lu.ma/zw79xsf5",
+ pingedForURL: "",
+ city: "Lagos",
+ country: "Nigeria",
+ region: "Africa",
+ continent: "Africa",
+ lat: "6.465422",
+ lng: "3.406448",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇬",
+ },
+ {
+ host: "Ethereum in Ghana - Celebrating 10 years of Ethereum",
+ eventLink: "https://lu.ma/1cvbffff",
+ pingedForURL: "",
+ city: "Accra",
+ country: "Ghana",
+ region: "Africa",
+ continent: "Africa",
+ lat: "5.603717",
+ lng: "-0.186964",
+ readyToShow: "TRUE",
+ countryFlag: "🇬🇭",
+ },
+ {
+ host: "Ethereum @10 Kampala",
+ eventLink: "https://lu.ma/jnsc4gml",
+ pingedForURL: "",
+ city: "Kampala",
+ country: "Uganda",
+ region: "Africa",
+ continent: "Africa",
+ lat: "0.347596",
+ lng: "32.58252",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇬",
+ },
+ {
+ host: "ETH @10: A Decade of Decentralization",
+ eventLink: "https://lu.ma/lyqt4lni",
+ pingedForURL: "",
+ city: "Kilifi",
+ country: "Kenya",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-3.5106508",
+ lng: "39.9093269",
+ readyToShow: "TRUE",
+ countryFlag: "🇰🇪",
+ },
+ {
+ host: "Celebrating 10 Years of Ethereum - Kisumu Edition",
+ eventLink:
+ "https://app.unlock-protocol.com/event/celebrating-10-years-of-ethereum-kisumu-edition",
+ pingedForURL: "",
+ city: "Kisumu",
+ country: "Kenya",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-0.091702",
+ lng: "34.767956",
+ readyToShow: "TRUE",
+ countryFlag: "🇰🇪",
+ },
+ {
+ host: "10 Years of Ethereum - Enttebe",
+ eventLink: "https://lu.ma/1ex31w1b",
+ pingedForURL: "",
+ city: "Entebbe",
+ country: "Uganda",
+ region: "Africa",
+ continent: "Africa",
+ lat: "0.06444",
+ lng: "32.44694",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇬",
+ },
+ {
+ host: "Ethereum 10yr anniversary Nairobi",
+ eventLink: "https://lu.ma/59ez75wu",
+ pingedForURL: "",
+ city: "Nairobi",
+ country: "Kenya",
+ region: "Africa",
+ continent: "Africa",
+ lat: "-1.286389",
+ lng: "36.817223",
+ readyToShow: "TRUE",
+ countryFlag: "🇰🇪",
+ },
+ {
+ host: "Celebrating Ethereum At 10 - Greenpill Nigeria (Enugu)",
+ eventLink: "https://lu.ma/3y7ldrag",
+ pingedForURL: "",
+ city: "Enugu",
+ country: "Nigeria",
+ region: "Africa",
+ continent: "Africa",
+ lat: "6.459964",
+ lng: "7.548949",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇬",
+ },
+ {
+ host: "Ethereum at 10 Meetup",
+ eventLink: "https://lu.ma/hlkglzcg",
+ pingedForURL: "",
+ city: "Awka",
+ country: "Nigeria",
+ region: "Africa",
+ continent: "Africa",
+ lat: "6.210528",
+ lng: "7.072277",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇬",
+ },
+ ],
+ },
+ asia: {
+ label: "Asia",
+ events: [
+ {
+ host: "Shenzhen University",
+ eventLink: "https://lu.ma/ejoo0fb5",
+ pingedForURL: "FALSE",
+ eventLocation: "SZTU",
+ address: "TBD",
+ city: "Shenzen",
+ country: "China",
+ region: "China",
+ continent: "Asia",
+ lat: "22.5429",
+ lng: "114.0596",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇳",
+ },
+ {
+ host: "Gryffindors",
+ eventLink: "https://lu.ma/e1ctjffh",
+ pingedForURL: "FALSE",
+ eventLocation: "Chennai",
+ address:
+ "53/23, 3rd Main Road, Gandhi Nagar, Adyar, Chennai, Tamil Nadu 600020, India",
+ city: "Chennai",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "13.0843",
+ lng: "80.2705",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "SyPy (Security & Privacy) Research Group",
+ eventLink:
+ "https://platform.serotonin.co/events/10-years-of-ethereum-iiit-hyderabad-hyderabad-india-maabsu",
+ pingedForURL: "TRUE",
+ eventLocation: "IIIT Hyderabad, India",
+ address: "IIIT Hyderabad, India",
+ city: "Hyderabad",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "17.4065",
+ lng: "78.4772",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Coding Catalyst",
+ eventLink: "https://lu.ma/b9tnoyl2",
+ pingedForURL: "TRUE",
+ eventLocation: "Local co-working space / Cafe",
+ address: "TBD",
+ city: "Delhi",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "28.7041",
+ lng: "77.1025",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Kerala Blockchain Academy",
+ eventLink: "https://lu.ma/atm8y7xp",
+ pingedForURL: "TRUE",
+ eventLocation: "Kerala-Tamil Nadu",
+ address: "TBD",
+ city: "Kerala",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "10.1632",
+ lng: "76.6413",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Sahu ",
+ eventLink: "https://lu.ma/sc3s8xcl",
+ pingedForURL: "TRUE",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Bhopal",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "24.6912",
+ lng: "78.4138",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Indian Blockchain Fraternity",
+ eventLink: "https://lu.ma/90y38i0g",
+ pingedForURL: "TRUE",
+ eventLocation: "Aachman Restaurant, Bulandshahr, Uttar Pradesh, India",
+ address: "Amba Enclave, Bulandshahr, Uttar Pradesh 203001, India",
+ city: "Bulandshahr",
+ country: "India",
+ region: "India",
+ continent: "Asia",
+ lat: "28.407",
+ lng: "77.8498",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "10 Year Anniversary Tel Aviv",
+ eventLink: "https://lu.ma/4qvn1wv9",
+ pingedForURL: "TRUE",
+ eventLocation: "Tel Aviv, Israel",
+ address: "TBD",
+ city: "Tel Aviv",
+ country: "Israel",
+ region: "Middle East",
+ continent: "Asia",
+ lat: "32.0853",
+ lng: "34.7818",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇱",
+ },
+ {
+ host: "ETHPanda",
+ eventLink: "https://lu.ma/xecstovh",
+ pingedForURL: "",
+ city: "Hangzhou",
+ country: "China",
+ region: "Asia",
+ continent: "Asia",
+ lat: "30.2741°",
+ lng: "120.1552",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇳",
+ },
+ {
+ host: "10Y of Eth Legacy x Vadodara Edition",
+ eventLink: "https://lu.ma/xmxuaex0",
+ pingedForURL: "",
+ eventLocation: "DevX",
+ address:
+ "DevX, Notus IT Park, Sarabhai Campus, Vadiwadi, Vadodara, Gujarat 390023",
+ city: "Vadora",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "22.31931989",
+ lng: "73.16704126",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "10 years of Ethereum celebration - by Devfolio",
+ eventLink: "https://lu.ma/id8ftmym",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Bengaluru",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "12.971599",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Tokyo",
+ eventLink: "https://lu.ma/ethereum-10y-tokyo",
+ pingedForURL: "",
+ city: "Tokyo",
+ country: "Japan",
+ region: "Asia",
+ continent: "Asia",
+ lat: "35.689487",
+ lng: "139.691706",
+ readyToShow: "TRUE",
+ countryFlag: "🇯🇵",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Seoul",
+ eventLink: "https://lu.ma/ethereum-10y-seoul",
+ pingedForURL: "",
+ city: "Seoul",
+ country: "South Korea",
+ region: "Asia",
+ continent: "Asia",
+ lat: "37.566535",
+ lng: "126.977969",
+ readyToShow: "TRUE",
+ countryFlag: "🇰🇷",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Taipei",
+ eventLink: "https://lu.ma/ethereum-10y-taipei",
+ pingedForURL: "",
+ city: "Taipei",
+ country: "Taiwan",
+ region: "Asia",
+ continent: "Asia",
+ lat: "25.032969",
+ lng: "121.565418",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇼",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Mumbai",
+ eventLink: "https://lu.ma/ethereum-10y-mumbai",
+ pingedForURL: "",
+ city: "Mumbai",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "19.075984",
+ lng: "72.877656",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Dubai",
+ eventLink: "https://lu.ma/ethereum-10y-dubai",
+ pingedForURL: "",
+ city: "Dubai",
+ country: "United Arab Emirates",
+ region: "Asia",
+ continent: "Asia",
+ lat: "25.204849",
+ lng: "55.270783",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇪",
+ },
+ {
+ host: "DHK dao - 以太坊十週年香港社群聚會",
+ eventLink: "https://lu.ma/okp0cgyl",
+ pingedForURL: "",
+ city: "Hong Kong",
+ country: "Hong Kong",
+ region: "Asia",
+ continent: "Asia",
+ lat: "22.302711",
+ lng: "114.177216",
+ readyToShow: "TRUE",
+ countryFlag: "🇭🇰",
+ },
+ {
+ host: "hack & snack",
+ eventLink: "https://lu.ma/6jfoae47",
+ pingedForURL: "",
+ city: "Chennai ",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "13.067439",
+ lng: "80.237617",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Ethereum 10 Years: Past, Now, and Future",
+ eventLink: "https://lu.ma/s9x0eqej",
+ pingedForURL: "",
+ city: "Shanghai",
+ country: "China",
+ region: "Asia",
+ continent: "Asia",
+ lat: "31.224361",
+ lng: "121.46917",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇳",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Bangalore",
+ eventLink: "https://lu.ma/ethereum-10y-bangalore",
+ pingedForURL: "",
+ city: "Bangaluru",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "12.971599",
+ lng: "77.594566",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Meetup: 10 Years of Ethereum",
+ eventLink: "https://9424105689699.huodongxing.com/event/8817760675500",
+ pingedForURL: "",
+ city: "Shanghai",
+ country: "China",
+ region: "Asia",
+ continent: "Asia",
+ lat: "31.224361",
+ lng: "121.46917",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇳",
+ },
+ {
+ host: "10 Years of Ethereum Celebration @ Coimbatore",
+ eventLink: "https://lu.ma/v5ga41na",
+ pingedForURL: "",
+ city: "Coimbatore",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "11.004556",
+ lng: "76.961632",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "ETH 10 year celebrate",
+ eventLink: "https://lu.ma/qirbb7w4",
+ pingedForURL: "",
+ city: "Bursa",
+ country: "Turkiye",
+ region: "Asia",
+ continent: "Asia",
+ lat: "40.193298",
+ lng: "29.074202",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇷",
+ },
+ {
+ host: "Ethereum 10 Year Anniversary Hyderabad",
+ eventLink: "https://lu.ma/ethereum-10y-hyderabad",
+ pingedForURL: "",
+ city: "Hyderabad",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "17.4065",
+ lng: "78.4772",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "Chai onChain: Ethereum Day Meetup – 10 Years of Decentralization",
+ eventLink: "https://lu.ma/5pz6q4rq",
+ pingedForURL: "",
+ city: "Bhopal",
+ country: "India",
+ region: "Asia",
+ continent: "Asia",
+ lat: "23.259933",
+ lng: "77.412613",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇳",
+ },
+ {
+ host: "DEPCON ",
+ eventLink: "https://lu.ma/g64yev2s?tk=kD3tkD",
+ pingedForURL: "",
+ city: "Tokyo",
+ country: "Japan",
+ region: "Asia",
+ continent: "Asia",
+ lat: "35.689487",
+ lng: "139.691706",
+ readyToShow: "TRUE",
+ countryFlag: "🇯🇵",
+ },
+ ],
+ },
+ "central & south america": {
+ label: "Central & South America",
+ events: [
+ {
+ host: "Nodo Serrano",
+ eventLink: "https://lu.ma/lb7dtked",
+ pingedForURL: "TRUE",
+ eventLocation: "San Martín 864",
+ address:
+ "San Martín 864, B7000 Tandil, Provincia de Buenos Aires, Argentina",
+ city: "Tandil",
+ country: "Argentina",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-37.3288",
+ lng: "-59.1367",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇷",
+ },
+ {
+ host: "CochaBlock",
+ eventLink:
+ "https://app.unlock-protocol.com/event/celebra-los-10-aos-de-ethereum-junto-a-cocha-block-2",
+ pingedForURL: "FALSE",
+ eventLocation: "Trotamundos Recoleta Video BAR",
+ address: "591, Cochabamba, Bolivia",
+ city: "Cochabamba",
+ country: "Bolivia",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-17.382",
+ lng: "-66.1596",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇴",
+ },
+ {
+ host: "Ethereum Bolivia",
+ eventLink:
+ "https://app.unlock-protocol.com/event/una-dcada-de-ethereum-bolivia-se-suma-al-bloque-1",
+ pingedForURL: "TRUE",
+ eventLocation:
+ "Santa Cruz de la Sierra, Bolivia — Utepsa University Auditorium (TBC)",
+ address: "TBD",
+ city: "Santa Cruz de la Sierra",
+ country: "Bolivia",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-17.7981",
+ lng: "-63.1925",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇴",
+ },
+ {
+ host: "ETH Floripa",
+ eventLink: "https://lu.ma/kq1nul4t",
+ pingedForURL: "FALSE",
+ eventLocation: "Founder Haus, Florianópolis - SC (Brazil)",
+ address:
+ "Av. dos Merlins, 156 - Jurerê Internacional, Florianópolis - SC, 88053-370, Brazil",
+ city: "Florianópolis",
+ country: "Brazil",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-27.5969",
+ lng: "-48.5468",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇷",
+ },
+ {
+ host: "Arias ",
+ eventLink:
+ "https://platform.serotonin.co/events/10-years-of-ethereum-in-santa-teresa-puntarenas-costa-rica-hbv_q6",
+ pingedForURL: "TRUE",
+ eventLocation: "Santa Teresa, Nicoya",
+ address: "TBD",
+ city: "Santa Teresa",
+ country: "Costa Rica",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "31.8559",
+ lng: "-106.6392",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇷",
+ },
+ {
+ host: "ERC55",
+ eventLink: "https://lu.ma/f1txuy3q",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "São Paulo",
+ country: "Brazil",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-23.55052",
+ lng: "-46.633308",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇷",
+ },
+ {
+ host: "Ethereum TGU",
+ eventLink: "https://lu.ma/lll5ayb5?tk=ZZaz4c",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Tegucigalpa",
+ country: "Honduras",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "14.072275",
+ lng: "-87.192139",
+ readyToShow: "TRUE",
+ countryFlag: "🇭🇳",
+ },
+ {
+ host: "SEED Latam",
+ eventLink: "https://lu.ma/c3plwb2s",
+ pingedForURL: "",
+ eventLocation: "Aleph Hub",
+ address:
+ "Concepción Arenal 2989, C1426DGG C1426DGG, Cdad. Autónoma de Buenos Aires, Argentina",
+ city: "Buenos Aires",
+ country: "Argentina",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "34.6037",
+ lng: "58.3821",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇷",
+ },
+ {
+ host: "ETH Beagá - Especial 10 Anos de Ethereum!",
+ eventLink: "https://lu.ma/faazu5m2",
+ pingedForURL: "",
+ eventLocation:
+ "Órbi Conecta - Av. Pres. Antônio Carlos, 681 - Lagoinha, Belo Horizonte - MG, 31210-010",
+ address:
+ "Av. Pres. Antônio Carlos, 681 - Lagoinha, Belo Horizonte - MG, 31210-010",
+ city: "Belo Horizonte - MG, 31210-010",
+ country: "Brazil",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-19.912998",
+ lng: "-43.940933",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇷",
+ },
+ {
+ host: "ETHEREUM 10 Years: The Decade of Decentralization!",
+ eventLink: "https://lu.ma/lgsk4olh",
+ pingedForURL: "",
+ eventLocation: "Universidade Augusto Motta -Unisuam",
+ address: "Av. Paris, 84 - Bonsucesso, Rio de Janeiro - RJ, 21041-020",
+ city: "Rio de Janeiro",
+ country: "Brazil",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-22.906847",
+ lng: "-43.172896",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇷",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Buenos Aires",
+ eventLink: "https://lu.ma/ethereum-10y-buenosaires",
+ pingedForURL: "",
+ city: "Buenos Aires",
+ country: "Argentina",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-34.603684",
+ lng: "-58.381559",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇷",
+ },
+ {
+ host: "Aniversario 10 ETHEREUM",
+ eventLink: "https://lu.ma/j7u5jtv5",
+ pingedForURL: "",
+ city: "Montevideo",
+ country: "Uruguay",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-34.901112",
+ lng: "-56.164532",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇾",
+ },
+ {
+ host: "Destino Devconnect La sucursal del cielo + 10Y Ethereum",
+ eventLink: "https://lu.ma/kl71zv1d",
+ pingedForURL: "",
+ city: "Cali",
+ country: "Colombia",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "3.420556",
+ lng: "-76.522224",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇴",
+ },
+ {
+ host: "Ethereum Lima: 10 años en red",
+ eventLink: "https://lu.ma/ni4cbjda?tk=K5AVxg",
+ pingedForURL: "",
+ city: "Lima",
+ country: "Peru",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-12.046374",
+ lng: "-77.042793",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇪",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Medellín",
+ eventLink: "https://lu.ma/ethereum-10y-medellin",
+ pingedForURL: "",
+ city: "Medellin",
+ country: "Colombia",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "6.230833",
+ lng: "-75.590553",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇴",
+ },
+ {
+ host: "10 anos de Ethereum - Valencia, Venezuela",
+ eventLink: "https://lu.ma/9f6fmx8n",
+ pingedForURL: "",
+ city: "Valencia",
+ country: "Venezuela",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "10.156421",
+ lng: "-67.999718",
+ readyToShow: "TRUE",
+ countryFlag: "🇻🇪",
+ },
+ {
+ host: "10 anos de Ethereum - Maracaibo, Venezuela",
+ eventLink: "https://lu.ma/duo2r0a1",
+ pingedForURL: "",
+ city: "Maracaibo",
+ country: "Venezuela",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "10.65386",
+ lng: "-71.645966",
+ readyToShow: "TRUE",
+ countryFlag: "🇻🇪",
+ },
+ {
+ host: "10 anos de Ethereum - La Victoria, Venezuela",
+ eventLink: "https://lu.ma/zx726y38",
+ pingedForURL: "",
+ city: "La Victoria",
+ country: "Venezuela",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "10.21844",
+ lng: "-67.33017",
+ readyToShow: "TRUE",
+ countryFlag: "🇻🇪",
+ },
+ {
+ host: "10 años de Eth",
+ eventLink: "https://lu.ma/fqiip4t6",
+ pingedForURL: "",
+ city: "Santiago",
+ country: "Chile",
+ region: "Central & South America",
+ continent: "Central & South America",
+ lat: "-33.447487",
+ lng: "-70.673676",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇱",
+ },
+ ],
+ },
+ europe: {
+ label: "Europe",
+ events: [
+ {
+ host: "PWN DAO Foundation",
+ eventLink: "https://lu.ma/xdjlepmh",
+ pingedForURL: "FALSE",
+ eventLocation: "Přístav 18600",
+ address: "Rohanský ostrov 8, 186 00 Praha 8-Rohanský ostrov, Czechia",
+ city: "Prague",
+ country: "Czech Republic",
+ region: "Europe",
+ continent: "Europe",
+ lat: "50.0755",
+ lng: "14.4378",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇿",
+ },
+ {
+ host: "Ethereum France",
+ eventLink:
+ "https://www.meetup.com/ethereum-france/events/308225477/?slug=ethereum-france&isFirstPublish=true",
+ pingedForURL: "TRUE",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Paris",
+ country: "France",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.8575",
+ lng: "2.3514",
+ readyToShow: "TRUE",
+ countryFlag: "🇫🇷",
+ },
+ {
+ host: "Aachen Blockchain Club",
+ eventLink: "https://lu.ma/fpj1t4nl",
+ pingedForURL: "TRUE",
+ eventLocation:
+ "Collective Incubator, Aachen https://www.collective-incubator.de",
+ address: "Jülicher Str. 209q-s 52070 Aachen",
+ city: "Aachen",
+ country: "Germany",
+ region: "Europe",
+ continent: "Europe",
+ lat: "50.7753",
+ lng: "6.0839",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇪",
+ },
+ {
+ host: "Crypto Roundtable Germany",
+ eventLink: "https://lu.ma/0wh4fh5d",
+ pingedForURL: "TRUE",
+ eventLocation: "Butchers Bar & Grill",
+ address: "Marktpl. 10, 85229 Markt Indersdorf, Germany",
+ city: "Markt Indersdorf",
+ country: "Germany",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.3622",
+ lng: "11.3743",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇪",
+ },
+ {
+ host: "SpaghettETH",
+ eventLink:
+ "https://platform.serotonin.co/events/decentralized-by-nature-ethereums-10th-at-stone-oven-house-ror-italy-isrcoe",
+ pingedForURL: "TRUE",
+ eventLocation: "stoneovenhouse.com",
+ address: "Via Maestra, 4 - 10060 Rorà TO",
+ city: "Rorà",
+ country: "Italy",
+ region: "Europe",
+ continent: "Europe",
+ lat: "44.7923",
+ lng: "7.1966",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇹",
+ },
+ {
+ host: "Napoli Tech Hub",
+ eventLink: "https://lu.ma/kmav1aak",
+ pingedForURL: "TRUE",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Naples",
+ country: "Italy",
+ region: "Europe",
+ continent: "Europe",
+ lat: "40.8518",
+ lng: "14.2681",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇹",
+ },
+ {
+ host: "UrbeETH",
+ eventLink: "https://lu.ma/bk5s41kn",
+ pingedForURL: "TRUE",
+ eventLocation: "Urbe Hub - Rome",
+ address: "TBD",
+ city: "Rome",
+ country: "Italy",
+ region: "Europe",
+ continent: "Europe",
+ lat: "41.8967",
+ lng: "12.4822",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇹",
+ },
+ {
+ host: "The Block Lisboa",
+ eventLink: "https://www.meetup.com/theblock/events/308390462/",
+ pingedForURL: "FALSE",
+ eventLocation: "The Block Lisboa - Rua Latino Coelho, 63 - Lisboa",
+ address: "The Block Lisboa - Rua Latino Coelho, 63 - Lisboa",
+ city: "Lisbon",
+ country: "Portugal",
+ region: "Europe",
+ continent: "Europe",
+ lat: "38.7223",
+ lng: "-9.1293",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇹",
+ },
+ {
+ host: "ETHBratislava",
+ eventLink: "https://lu.ma/t41op9nb",
+ pingedForURL: "FALSE",
+ eventLocation: "The Spot",
+ address: "Bottova 2/A, 811 09 Bratislava, Slovakia",
+ city: "Bratislava",
+ country: "Slovakia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.1486",
+ lng: "17.1077",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇰",
+ },
+ {
+ host: "EPFL",
+ eventLink: "TBDhttps://lu.ma/8njndqrw",
+ pingedForURL: "TRUE",
+ eventLocation: "Lausanne, EPFL",
+ address: "TBD",
+ city: "Lausanne",
+ country: "Switzerland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.5197",
+ lng: "6.6323",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇭",
+ },
+ {
+ host: "Kyiv Ethereum Community",
+ eventLink: "https://lu.ma/c8lzm78l",
+ pingedForURL: "FALSE",
+ eventLocation: "CQ",
+ address: "TBD",
+ city: "Kyiv",
+ country: "Ukraine",
+ region: "Europe",
+ continent: "Europe",
+ lat: "50.4504",
+ lng: "30.5245",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇦",
+ },
+ {
+ host: "Imperial College London",
+ eventLink: "https://lu.ma/8ejysqky",
+ pingedForURL: "TRUE",
+ eventLocation:
+ "Imperial College London, South Kensington Campus, London SW7 2AZ, United Kingdom",
+ address: "TBD",
+ city: "London",
+ country: "United Kingdom",
+ region: "Europe",
+ continent: "Europe",
+ lat: "51.5072",
+ lng: "-0.1276",
+ readyToShow: "TRUE",
+ countryFlag: "🇬🇧",
+ },
+ {
+ host: "Brighton Blockchain",
+ eventLink:
+ "https://www.meetup.com/brighton-blockchain/events/307527140/",
+ pingedForURL: "FALSE",
+ eventLocation:
+ "Freedom Works, Black Lion Street, Brighton and Hove, BN1 1JE",
+ address: "Freedom Works, Black Lion Street, Brighton and Hove, BN1 1JE",
+ city: "Brighton",
+ country: "United Kingdom",
+ region: "Europe",
+ continent: "Europe",
+ lat: "50.8229",
+ lng: "-0.1363",
+ readyToShow: "TRUE",
+ countryFlag: "🇬🇧",
+ },
+ {
+ host: "Migalabs",
+ eventLink: "https://lu.ma/5phjvy78",
+ pingedForURL: "",
+ eventLocation: "Akasha Labs",
+ address:
+ "Carrer de la Verneda, 19, Nave 1, Sant Martí, 08018 Barcelona, Spain",
+ city: "Barcelona",
+ country: "Spain",
+ region: "Europe",
+ continent: "Europe",
+ lat: "41.385063",
+ lng: "2.173404",
+ readyToShow: "TRUE",
+ countryFlag: "🇪🇸",
+ },
+ {
+ host: "Ethereum London (since 2014)",
+ eventLink: "https://lu.ma/13zp2s26",
+ pingedForURL: "",
+ eventLocation: "Encode Hub",
+ address: "41 Pitfield St, London N1 6DA, United Kingdom",
+ city: "London",
+ country: "United Kingdom",
+ region: "Europe",
+ continent: "Europe",
+ lat: "51.5072",
+ lng: "-0.1276",
+ readyToShow: "TRUE",
+ countryFlag: "🇬🇧",
+ },
+ {
+ host: "Clave Team",
+ eventLink: "https://lu.ma/qhi7xt2u",
+ pingedForURL: "",
+ city: "Istanbul",
+ country: "Turkey",
+ region: "Europe",
+ continent: "Europe",
+ lat: "41.0082°",
+ lng: "28.9784°",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇷",
+ },
+ {
+ host: "Ethereum Slovenia",
+ eventLink: "https://www.meetup.com/ethereum-slovenia/events/308604528/",
+ pingedForURL: "",
+ city: "Ljubljana",
+ country: "Slovenia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.0569° ",
+ lng: "14.5058°",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇮",
+ },
+ {
+ host: "Ethereum DEV NL #ETHDEVNL",
+ eventLink: "https://www.meetup.com/ethereum-dev-nl/events/308536430/",
+ pingedForURL: "",
+ city: "Amsterdam",
+ country: "Netherlands",
+ region: "Europe",
+ continent: "Europe",
+ lat: "52.3676°",
+ lng: "4.9041°",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇱",
+ },
+ {
+ host: "10 Years of Ethereum: ETH Slovenia Celebration Party",
+ eventLink: "https://www.meetup.com/ethereum-slovenia/events/308604528",
+ pingedForURL: "",
+ eventLocation: "Ljubljana, Slovenia",
+ address: "TBA",
+ city: "Ljubljana ",
+ country: "Slovenia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.056946",
+ lng: "14.505751",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇮",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Zug",
+ eventLink: "https://lu.ma/ethereum-10y-zug",
+ pingedForURL: "",
+ eventLocation: "SHED.Market Zug",
+ address: "SHED, Dammstrasse 16, 6300 Zug",
+ city: "Zug",
+ country: "Switzerland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "47.166167",
+ lng: "8.515495",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇭",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Belgrade",
+ eventLink: "https://lu.ma/ethereum-10y-belgrade",
+ pingedForURL: "",
+ city: "Belgrade",
+ country: "Serbia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "44.786568",
+ lng: "20.448922",
+ readyToShow: "TRUE",
+ countryFlag: "🇷🇸",
+ },
+ {
+ host: "Ethereum 10Y Anniversary London",
+ eventLink: "https://lu.ma/ethereum-10y-london",
+ pingedForURL: "",
+ city: "London",
+ country: "United Kingdom",
+ region: "Europe",
+ continent: "Europe",
+ lat: "51.507351",
+ lng: "-0.127758",
+ readyToShow: "TRUE",
+ countryFlag: "🏴",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Lisbon",
+ eventLink: "https://lu.ma/ethereum-10y-lisbon",
+ pingedForURL: "",
+ city: "Lisbon",
+ country: "Portugal",
+ region: "Europe",
+ continent: "Europe",
+ lat: "38.722252",
+ lng: "-9.139337",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇹",
+ },
+ {
+ host: "Glasgow Ethereum Meetup",
+ eventLink:
+ "https://www.meetup.com/glasgow-ethereum-meetup/events/308521185",
+ pingedForURL: "",
+ city: "Glasgow",
+ country: "Scotland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "55.86515",
+ lng: "-4.25763",
+ readyToShow: "TRUE",
+ countryFlag: "🏴",
+ },
+ {
+ host: "10 Years Meetup Group Anniversary",
+ eventLink:
+ "https://www.meetup.com/copenhagen-ethereum-meetup/events/308349278/?_xtd=gqFyqTMzNzQzMDM2MqFwo2FwaQ%253D%253D&from=ref",
+ pingedForURL: "",
+ eventLocation: "h15, studop",
+ address: "Slagtehusgade 1 · København",
+ city: "Copenhagen",
+ country: "Denmark",
+ region: "Europe",
+ continent: "Europe",
+ lat: "55.67594",
+ lng: "12.56553",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇰",
+ },
+ {
+ host: "ETHCluj - Ethereum 10 Year Anniversary",
+ eventLink: "https://lu.ma/sfxc7yrs",
+ pingedForURL: "",
+ city: "Cluj-Napoca",
+ country: "Romania",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.77121",
+ lng: "23.623635",
+ readyToShow: "TRUE",
+ countryFlag: "🇷🇴",
+ },
+ {
+ host: "10 Years of Ethereum Meetup Budapest 🎆",
+ eventLink: "https://www.meetup.com/ethereum-hungary/events/309101560",
+ pingedForURL: "",
+ city: "Budapest",
+ country: "Hungary",
+ region: "Europe",
+ continent: "Europe",
+ lat: "47.497912",
+ lng: "19.040235",
+ readyToShow: "TRUE",
+ countryFlag: "🇭🇺",
+ },
+ {
+ host: "Ethereum's 10 years Celebration",
+ eventLink: "https://lu.ma/somvvz9w",
+ pingedForURL: "",
+ city: "Ecublens",
+ country: "Switzerland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.52899",
+ lng: "6.56261",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇭",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Geneva",
+ eventLink: "https://lu.ma/ishq2lb4",
+ pingedForURL: "",
+ city: "Geneva",
+ country: "Switzerland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "46.204391",
+ lng: "6.143158",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇭",
+ },
+ {
+ host: "Ethereum Turns 10: Munich Beergarden Edition",
+ eventLink: "https://lu.ma/v4vojkba",
+ pingedForURL: "",
+ city: "Munich",
+ country: "Germany",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.137154",
+ lng: "11.576124",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇪",
+ },
+ {
+ host: "Ethereum Turns 10, Košice Edition",
+ eventLink: "https://lu.ma/oer88mb2",
+ pingedForURL: "",
+ city: "Košice",
+ country: "Slovakia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.716385",
+ lng: "21.261074",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇰",
+ },
+ {
+ host: "ETH 10Y Berlin",
+ eventLink: "https://lu.ma/qvuga9h9",
+ pingedForURL: "",
+ city: "Berlin",
+ country: "Germany",
+ region: "Europe",
+ continent: "Europe",
+ lat: "52.520008",
+ lng: "13.404954",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇪",
+ },
+ {
+ host: "10 Years of Ethereum: ETHBelgium Community Meetup",
+ eventLink: "https://lu.ma/tyjgfeof",
+ pingedForURL: "",
+ city: "Brussels",
+ country: "Belgium",
+ region: "Europe",
+ continent: "Europe",
+ lat: "50.85045",
+ lng: "4.34878",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇪",
+ },
+ {
+ host: "10 Years of Ethereum Mainnet in Copenhagen",
+ eventLink:
+ "https://www.meetup.com/copenhagen-ethereum-meetup/events/309986816/",
+ pingedForURL: "",
+ city: "Copenhagen",
+ country: "Denmark",
+ region: "Europe",
+ continent: "Europe",
+ lat: "55.67594",
+ lng: "12.56553",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇰",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Vienna",
+ eventLink: "https://lu.ma/xqrduobq",
+ pingedForURL: "",
+ city: "Vienna",
+ country: "Austria",
+ region: "Europe",
+ continent: "Europe",
+ lat: "48.210033",
+ lng: "16.363449",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇹",
+ },
+ {
+ host: "10 years of Ethereum - Iceland Edition",
+ eventLink: "https://lu.ma/q9fxutzd",
+ pingedForURL: "",
+ city: "Reykjavic ",
+ country: "Iceland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "64.128288",
+ lng: "-21.827774",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇸",
+ },
+ {
+ host: "Crypto Céilí",
+ eventLink: "https://lu.ma/7zd11wah",
+ pingedForURL: "",
+ city: "Dublin",
+ country: "Ireland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "53.35014",
+ lng: "-6.266155",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇪",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Warsaw",
+ eventLink: "https://lu.ma/ethereum-10y-warsaw",
+ pingedForURL: "",
+ city: "Warsaw",
+ country: "Poland",
+ region: "Europe",
+ continent: "Europe",
+ lat: "52.237049",
+ lng: "21.017532",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇱",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Berlin",
+ eventLink: "https://lu.ma/ethereum-10y-berlin",
+ pingedForURL: "",
+ city: "Berlin",
+ country: "Germany",
+ region: "Europe",
+ continent: "Europe",
+ lat: "52.520008",
+ lng: "13.404954",
+ readyToShow: "TRUE",
+ countryFlag: "🇩🇪",
+ },
+ {
+ host: "CryptoCanal Coworking x ETHGlobal x ETH Bday Edition 😎",
+ eventLink: "https://lu.ma/ol5cwfly",
+ pingedForURL: "",
+ city: "Amsterdam",
+ country: "Netherlands",
+ region: "Europe",
+ continent: "Europe",
+ lat: "52.3676°",
+ lng: "4.9041°",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇱",
+ },
+ {
+ host: "Deset Godina Ethereuma Zagreb",
+ eventLink: "https://lu.ma/p5z0t93b?tk=OTc4lD",
+ pingedForURL: "",
+ city: "Zagreb",
+ country: "Croatia",
+ region: "Europe",
+ continent: "Europe",
+ lat: "45.815399",
+ lng: "15.966568",
+ readyToShow: "TRUE",
+ countryFlag: "🇭🇷",
+ },
+ {
+ host: "ETHSofia Warmup: ETH turns 10!",
+ eventLink: "https://lu.ma/au2g7o93",
+ pingedForURL: "",
+ city: "Sofia",
+ country: "Bulgaria",
+ region: "Europe",
+ continent: "Europe",
+ lat: "42.698334",
+ lng: "23.319941",
+ readyToShow: "TRUE",
+ countryFlag: "🇧🇬",
+ },
+ {
+ host: "ETHVenice - 10 years of ethereum",
+ eventLink: "https://10yethanyvenice.eventbrite.com/",
+ pingedForURL: "",
+ city: "Venice",
+ country: "Italy",
+ region: "Europe",
+ continent: "Europe",
+ lat: "45.438759",
+ lng: "12.327145",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇹",
+ },
+ ],
+ },
+ "north america": {
+ label: "North America",
+ events: [
+ {
+ host: "Ethereum Monterrey",
+ eventLink: "https://lu.ma/8njndqrw",
+ pingedForURL: "TRUE",
+ eventLocation: "LaCuraduria",
+ address:
+ "Santa Catarina, Calle Hidalgo Nte 306-308, La Fama, 66100 Cdad. Santa Catarina, N.L., Mexico",
+ city: "Monterrey",
+ country: "Mexico",
+ region: "North America",
+ continent: "North America",
+ lat: "25.6866",
+ lng: "-100.3161",
+ readyToShow: "TRUE",
+ countryFlag: "🇲🇽",
+ },
+ {
+ host: "Ethereum Austin",
+ eventLink: "https://www.meetup.com/ethereum-austin/events/307661745",
+ pingedForURL: "FALSE",
+ eventLocation: "2410 San Antonio Ave, Austin TX",
+ address: "2410 San Antonio Ave, Austin TX",
+ city: "Austin",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "30.2672",
+ lng: "-97.7431",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Highline Beta",
+ eventLink: "https://lu.ma/cjxur5u6",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Toronto",
+ country: "Canada",
+ region: "North America",
+ continent: "North America",
+ lat: "43.653225",
+ lng: "-79.383186",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇦",
+ },
+ {
+ host: "Ethereum 10Y Anniversary New York",
+ eventLink: "https://lu.ma/ethereum-10y-newyork",
+ pingedForURL: "",
+ city: "New York",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "40.712775",
+ lng: "-74.005973",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Toronto",
+ eventLink: "https://lu.ma/ethereum-10y-toronto",
+ pingedForURL: "",
+ city: "Toronto",
+ country: "Canada",
+ region: "North America",
+ continent: "North America",
+ lat: "43.653226",
+ lng: "-79.383184",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇦",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Waterloo",
+ eventLink: "https://lu.ma/ethereum-10y-waterloo",
+ pingedForURL: "",
+ city: "Waterloo",
+ country: "Canada",
+ region: "North America",
+ continent: "North America",
+ lat: "43.464258",
+ lng: "-80.52041",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇦",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Vancouver",
+ eventLink: "https://lu.ma/ethereum-10y-vancouver",
+ pingedForURL: "",
+ city: "Vancouver",
+ country: "Canada",
+ region: "North America",
+ continent: "North America",
+ lat: "49.282729",
+ lng: "-123.120738",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇦",
+ },
+ {
+ host: "Ethereum 10Y Anniversary San Francisco",
+ eventLink: "https://lu.ma/ethereum-10y-sanfrancisco",
+ pingedForURL: "",
+ city: "San Francisco",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "37.774929",
+ lng: "-122.419416",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Allo Capital",
+ eventLink: "https://lu.ma/0a9pnh0u",
+ pingedForURL: "",
+ city: "Boulder",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "40.019",
+ lng: "-105.2747",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Ethereum 10 Year Anniversary Celebration: Aspen🌳",
+ eventLink: "https://lu.ma/y5as6urz",
+ pingedForURL: "",
+ city: "Aspen",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "39.191097",
+ lng: "-106.817535",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Ethereum in Atlanta - A Decade on the Block",
+ eventLink: "https://lu.ma/o4usi8zx",
+ pingedForURL: "",
+ city: "Atlanta",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "33.753746",
+ lng: "-84.38633",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Mexico City",
+ eventLink: "https://lu.ma/ethereum-10y-mexico",
+ pingedForURL: "",
+ city: "Mexico City",
+ country: "Mexico",
+ region: "North America",
+ continent: "North America",
+ lat: "19.451054",
+ lng: "-99.125519",
+ readyToShow: "TRUE",
+ countryFlag: "🇲🇽",
+ },
+ {
+ host: "Ethereum 10Y Anniversary Montreal",
+ eventLink: "https://lu.ma/ethereum-10y-montreal",
+ pingedForURL: "",
+ city: "Montreal",
+ country: "Canada",
+ region: "North America",
+ continent: "North America",
+ lat: "45.508888",
+ lng: "-73.561668",
+ readyToShow: "TRUE",
+ countryFlag: "🇨🇦",
+ },
+ {
+ host: "Proof of Time: Ethereum 10 Year Anniversary",
+ eventLink: "https://lu.ma/ndkrenei",
+ pingedForURL: "",
+ city: "Chicago",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "41.881832",
+ lng: "-87.623177",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ {
+ host: "Together We Build: The First Digital Monument To Last Forever",
+ eventLink: "https://dustproject.org/10-years-ethereum",
+ pingedForURL: "",
+ city: "Online",
+ country: "United States",
+ region: "North America",
+ continent: "North America",
+ lat: "40.712775",
+ lng: "-74.005973",
+ readyToShow: "TRUE",
+ countryFlag: "🇺🇸",
+ },
+ ],
+ },
+ oceania: {
+ label: "Oceania",
+ events: [
+ {
+ host: "ETHSydney",
+ eventLink: "https://lu.ma/qx0g2942",
+ pingedForURL: "FALSE",
+ eventLocation: "Helix Collective Sydney Office",
+ address: "level 1/2/14 Vine St, Redfern NSW 2016, Australia",
+ city: "Sydney",
+ country: "Australia",
+ region: "Oceania",
+ continent: "Oceania",
+ lat: "-33.8688",
+ lng: "151.2093",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇺",
+ },
+ {
+ host: "I Love Eth- 10 year Party",
+ eventLink: "https://lu.ma/0426vwx5",
+ pingedForURL: "",
+ city: "Southport",
+ country: "Australia",
+ region: "Oceania",
+ continent: "Oceania",
+ lat: "-28.016666",
+ lng: "153.399994",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇺",
+ },
+ {
+ host: "10 Years of Ethereum - Sydney’s Pitch Night",
+ eventLink: "https://lu.ma/qx0g2942",
+ pingedForURL: "",
+ city: "Redfern",
+ country: "Australia",
+ region: "Oceania",
+ continent: "Oceania",
+ lat: "-33.89279",
+ lng: "151.20415",
+ readyToShow: "TRUE",
+ countryFlag: "🇦🇺",
+ },
+ {
+ host: "Ethereum 10Y Anniversary New Zealand",
+ eventLink: "https://lu.ma/ethereum-10y-newzealand",
+ pingedForURL: "",
+ city: "Christchurch",
+ country: "New Zealand",
+ region: "Oceania",
+ continent: "Oceania",
+ lat: "-43.52565",
+ lng: "172.639847",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇿",
+ },
+ {
+ host: "Ethereum turns 10! 🎉",
+ eventLink: "https://lu.ma/upf2dnym",
+ pingedForURL: "",
+ city: "Auckland",
+ country: "New Zealand",
+ region: "Oceania",
+ continent: "Oceania",
+ lat: "-36.848461",
+ lng: "174.763336",
+ readyToShow: "TRUE",
+ countryFlag: "🇳🇿",
+ },
+ ],
+ },
+ "southeast asia": {
+ label: "Southeast Asia",
+ events: [
+ {
+ host: "Sunway Blockchain Club",
+ eventLink: "https://lu.ma/wsiwh8qp",
+ pingedForURL: "TRUE",
+ eventLocation: "Sunway Univeristy",
+ address: "TBD",
+ city: "Kuala Lumpur",
+ country: "Malaysia",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "3.1319",
+ lng: "101.6841",
+ readyToShow: "TRUE",
+ countryFlag: "🇲🇾",
+ },
+ {
+ host: "Davao DeFi Community",
+ eventLink: "https://lu.ma/gfivritq",
+ pingedForURL: "TRUE",
+ eventLocation: "Davao City Philippines (Exact venue to be arranged)",
+ address: "TBD",
+ city: "Davao City",
+ country: "Philippines",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "7.0736",
+ lng: "125.611",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇭",
+ },
+ {
+ host: "ReFi Phangan & GreenPill Phangan",
+ eventLink: "https://lu.ma/k057yjjx",
+ pingedForURL: "TRUE",
+ eventLocation: "Koh Phangan, Surat Thani, Thailand",
+ address: "TBD",
+ city: "Koh Phangan",
+ country: "Thailand",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "9.7319",
+ lng: "100.0136",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇭",
+ },
+ {
+ host: "ETH63",
+ eventLink: "https://lu.ma/5p9rkhqv",
+ pingedForURL: "",
+ eventLocation: "TBD",
+ address: "TBD",
+ city: "Cebu",
+ country: "Philippines",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "10.315699",
+ lng: "123.885437",
+ readyToShow: "TRUE",
+ countryFlag: "🇵🇭",
+ },
+ {
+ host: "FAB DAO x GreenSofa (Greenpill Taiwan)",
+ eventLink: "https://lu.ma/j3htc853",
+ pingedForURL: "",
+ city: "Taipei",
+ country: "Taiwan",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "25.0330°",
+ lng: "121.5654°",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇼",
+ },
+ {
+ host: "10 years of ETHEREUM",
+ eventLink: "https://lu.ma/2eekstuy",
+ pingedForURL: "",
+ eventLocation: "SUCI Super Hub",
+ address: "90/5 Quoc Huong, Thao Dien ward",
+ city: "Ho Chi Minh city",
+ country: "Vietnam",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "10.8231",
+ lng: "106.6297",
+ readyToShow: "TRUE",
+ countryFlag: "🇻��",
+ },
+ {
+ host: "10 years of ETHEREUM HA NOI",
+ eventLink: "https://lu.ma/pf1qkqs0",
+ pingedForURL: "",
+ city: "Hanoi",
+ country: "Vietnam",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "21.028511",
+ lng: "105.804817",
+ readyToShow: "TRUE",
+ countryFlag: "🇻🇳",
+ },
+ {
+ host: "10 years of ETHEREUM Da Nang",
+ eventLink: "https://lu.ma/t3vnzx07",
+ pingedForURL: "",
+ city: "De Nang",
+ country: "Vietnam",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "16.047079",
+ lng: "108.20623",
+ readyToShow: "TRUE",
+ countryFlag: "🇻🇳",
+ },
+ {
+ host: "Install Privacy, 10 Years of Ethereum",
+ eventLink: "https://lu.ma/v82lfuyb",
+ pingedForURL: "",
+ city: "Chiang Mai",
+ country: "Thailand",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "18.796143",
+ lng: "98.979263",
+ readyToShow: "TRUE",
+ countryFlag: "🇹🇭",
+ },
+ {
+ host: "Meetup: 10 Years of Ethereum",
+ eventLink: "https://lu.ma/ethereum-10y-singapore",
+ pingedForURL: "",
+ city: "Singapore",
+ country: "Singapore",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "1.3521",
+ lng: "103.8198",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇬",
+ },
+ {
+ host: "ETHSG celebrates Ethereum's 10th!",
+ eventLink: "https://lu.ma/2596pn6w",
+ pingedForURL: "",
+ city: "Singapore",
+ country: "Singapore",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "1.3521",
+ lng: "103.8198",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇬",
+ },
+ {
+ host: "Ethereum Genesis Day Celebration",
+ eventLink: "https://lu.ma/72lm6mu1",
+ pingedForURL: "",
+ city: "Singapore",
+ country: "Singapore",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "1.29027",
+ lng: "103.851959",
+ readyToShow: "TRUE",
+ countryFlag: "🇸🇬",
+ },
+ {
+ host: "Ethereum Genesis - A Decade of Decentralization",
+ eventLink: "https://lu.ma/jr95ihyx",
+ pingedForURL: "",
+ city: "Jakarta",
+ country: "Indonesia",
+ region: "Southeast Asia",
+ continent: "Southeast Asia",
+ lat: "-6.2",
+ lng: "106.816666",
+ readyToShow: "TRUE",
+ countryFlag: "🇮🇩",
+ },
+ ],
+ },
+}
+
+export default tenYearEventRegions
diff --git a/src/lib/api/fetch10YearEvents.ts b/src/lib/api/fetch10YearEvents.ts
deleted file mode 100644
index 452f9ad38e9..00000000000
--- a/src/lib/api/fetch10YearEvents.ts
+++ /dev/null
@@ -1,88 +0,0 @@
-interface TenYearEvent {
- host: string
- eventLink: string
- pingedForURL: string
- eventLocation: string
- address: string
- city: string
- country: string
- region: string
- continent: string
- lat: string
- lng: string
- readyToShow: string
- countryFlag: string
-}
-
-export async function fetch10YearEvents(): Promise<
- Record
-> {
- const googleApiKey = process.env.GOOGLE_API_KEY
- const sheetId = process.env.GOOGLE_SHEET_ID_10_YEAR
-
- if (!googleApiKey) {
- console.warn("Google API key not set")
- return {}
- }
-
- try {
- const url = `https://sheets.googleapis.com/v4/spreadsheets/${sheetId}/values/Sheet1!A:N?majorDimension=ROWS&key=${googleApiKey}`
-
- const response = await fetch(url)
-
- if (!response.ok) {
- const errorText = await response.text()
- console.error("Google Sheets API Error:", {
- status: response.status,
- statusText: response.statusText,
- error: errorText,
- })
- throw new Error(
- `Google Sheets API responded with ${response.status}: ${response.statusText}`
- )
- }
-
- const data = await response.json()
-
- const rows = data.values.slice(1).filter((row) => row[12] === "TRUE") || []
-
- const regions =
- Object.fromEntries(
- rows
- ?.map((row: string[]) => row[9] || "")
- .filter(Boolean)
- .sort()
- .map((region) => [
- region.toLowerCase(),
- { label: region, events: [] },
- ])
- ) || {}
-
- // Sort events into their respective regions
- rows.forEach((row: string[]) => {
- const region = (row[9] || "").toLowerCase()
- if (region && regions[region]) {
- regions[region].events.push({
- host: row[0] || "",
- eventLink: row[1] || "",
- pingedForURL: row[2] || "",
- eventLocation: row[4] || undefined,
- address: row[5] || undefined,
- city: row[6] || undefined,
- country: row[7] || undefined,
- region: row[8] || undefined,
- continent: row[9] || undefined,
- lat: row[10] || undefined,
- lng: row[11] || undefined,
- readyToShow: row[12] || undefined,
- countryFlag: row[13] || "",
- })
- }
- })
-
- return regions
- } catch (error) {
- console.error("Error fetching from Google Sheets:", error)
- return {}
- }
-}
From 2a6d64f35f5ece47d7d4f999bacdd564ac13af3f Mon Sep 17 00:00:00 2001
From: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Date: Tue, 30 Sep 2025 13:13:52 -0700
Subject: [PATCH 2/4] refactor: tenYearStories
hard-code static data list, deprecate API fetch, deprecates need for GOOGLE_SHEET_ID_10_YEAR
---
app/[locale]/10years/page.tsx | 17 +-
src/data/tenYearStories.ts | 331 ++++++++++++++++++++++++++++++
src/lib/api/fetch10YearStories.ts | 49 -----
3 files changed, 333 insertions(+), 64 deletions(-)
create mode 100644 src/data/tenYearStories.ts
delete mode 100644 src/lib/api/fetch10YearStories.ts
diff --git a/app/[locale]/10years/page.tsx b/app/[locale]/10years/page.tsx
index 8448a24fe57..85265f22f2a 100644
--- a/app/[locale]/10years/page.tsx
+++ b/app/[locale]/10years/page.tsx
@@ -19,15 +19,13 @@ import YouTube from "@/components/YouTube"
import { cn } from "@/lib/utils/cn"
import { getAppPageContributorInfo } from "@/lib/utils/contributors"
-import { dataLoader } from "@/lib/utils/data/dataLoader"
import { getMetadata } from "@/lib/utils/metadata"
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
import tenYearEventRegions from "@/data/tenYearEventRegions"
+import tenYearStories from "@/data/tenYearStories"
import torchHoldersData from "@/data/torchHolders.json"
-import { BASE_TIME_UNIT } from "@/lib/constants"
-
import AdoptionSwiper from "./_components/AdoptionSwiper/lazy"
import { adoptionStyles } from "./_components/data"
import InnovationSwiper from "./_components/InnovationSwiper/lazy"
@@ -43,7 +41,6 @@ import {
import TenYearJsonLD from "./page-jsonld"
import { routing } from "@/i18n/routing"
-import { fetch10YearStories } from "@/lib/api/fetch10YearStories"
import {
getHolderEvents,
getTransferEvents,
@@ -52,14 +49,6 @@ import {
} from "@/lib/torch"
import Curved10YearsText from "@/public/images/10-year-anniversary/10y-torch-heading.svg"
-// In seconds
-const REVALIDATE_TIME = BASE_TIME_UNIT * 1
-
-const loadData = dataLoader(
- [["fetched10YearStories", fetch10YearStories]],
- REVALIDATE_TIME * 1000
-)
-
const zIndexClasses = ["z-50", "z-40", "z-30", "z-20", "z-10", "z-0"]
const Page = async ({ params }: { params: PageParams }) => {
@@ -67,11 +56,9 @@ const Page = async ({ params }: { params: PageParams }) => {
setRequestLocale(locale)
- const [fetched10YearStories] = await loadData()
-
const allTorchHolders: TorchHolder[] = torchHoldersData as TorchHolder[]
- const stories = parseStoryDates(fetched10YearStories, locale)
+ const stories = parseStoryDates(tenYearStories, locale)
// Get i18n messages
const allMessages = await getMessages({ locale })
diff --git a/src/data/tenYearStories.ts b/src/data/tenYearStories.ts
new file mode 100644
index 00000000000..842a97c83d5
--- /dev/null
+++ b/src/data/tenYearStories.ts
@@ -0,0 +1,331 @@
+import type { Story } from "../../app/[locale]/10years/_components/types"
+
+const tenYearStories: Story[] = [
+ {
+ storyEnglish:
+ "I had a transaction with a friend who was overseas, and I was surprised that sending and receiving money through Ethereum was much faster and easier than I thought. It's much more transparent than the existing banking system, and there are no complicated procedures in the middle.",
+ storyOriginal:
+ "특히 해외에 있는 친구랑 거래를 할 일이 있었는데, 이더리움을 통해 돈을 보내고 받는 게 생각보다 훨씬 빠르고 간편해서 놀랐어요. 기존 은행 시스템보다 훨씬 투명하고, 중간에 복잡한 절차도 없고요. 작은 경험들이긴 하지만 이런 것들이 쌓이면서 제 삶에도, 그리고 제 주변에도 이더리움이 긍정적인 변화를 주고 있다는 걸 느껴요.\n",
+ category: "International transfers, Transparency",
+ name: "Inhwan",
+ date: "11.4.",
+ country: "South Korea",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Ethereum has empowered Kenyan communities by improving financial inclusion, supporting agriculture, fostering education, and enabling cost-effective remittances. big up to ETH",
+ storyOriginal: "",
+ category: "Financial Inclusion, International transfers",
+ name: "Thomas",
+ date: "10.4.",
+ country: "Kenya",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Self-custody in the increasingly restrictive (and sometimes even hostile) world of traditional finance has opened the doors to a parallel system of finance for me.",
+ storyOriginal: "",
+ category: "Self-Custody",
+ name: "Anon",
+ date: "10.4.",
+ country: "Canada",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "In the past, when the community held some charity events, the fund raising channels were limited and the management transparency was low. With the decentralized nature of Ethereum, we can launch crowdfunding activities worldwide, and all fund flows can be clearly recorded on the blockchain. Community members can check the use of funds at any time, which not only broadens the source of funds, but also improves the transparency and credibility of fund management.",
+ storyOriginal:
+ "以往社区举办一些公益活动时,资金募集渠道有限且管理透明度低。借助以太坊的去中心化特性,我们可以在全球范围内发起众筹活动,并且所有的资金流向都能在区块链上清晰记录。社区成员可以随时查看资金的使用情况,这不仅拓宽了资金来源,还提高了资金管理的透明度和公信力。\n",
+ category: "Community Collaboration, Transparency",
+ name: "Shangzi",
+ date: "14.4.",
+ country: "China",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Ethereum has reduce poverty on average Nigeria youth. Young guys and ladies either trade or writing codes. This has help to reduce unemployment in my community.",
+ storyOriginal: "",
+ category: "Financial Inclusion",
+ name: "Emmanuel",
+ date: "9.4.",
+ country: "Nigeria",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "In emerging regions, instability, distrust, and social inequality are commonplace. Ethereum offers not only a technological alternative, but a philosophical one. It allows us to build systems where transparency is default, trust is programmable, and access is open.",
+ storyOriginal: "",
+ category: "Self-custody, Transparency, Community Collaboration",
+ name: "Thiago",
+ date: "15.4.",
+ country: "Brazil",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "In March 2020, toward the end of the COVID pandemic, I simply decided to try buying crypto. I bought Bitcoin and Ethereum without really understanding the difference between them at the time. Now, I’m an ETH maxi. As a citizen of my country, I’ve always been interested in one question: why can laws be so easily ignored? How can we make contracts enforceable and finally make the law work? Today, after five years on my crypto journey, I have the answer. And that answer is Ethereum — a tool for autonomous individuals. I believe in a bright future for humanity. I believe in a bright future for Ethereum. Thanks to every builder for making this future real.",
+ storyOriginal: "",
+ category: "Self-custody, Transparency",
+ name: "Dorgo.eth",
+ date: "15.4.",
+ country: "Ukraine",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "How DeFi has made an impact on my life: Spent 8 years working regular jobs, perfect credit, no debt and all banks denied my loan apps after months of back n forth. In less than 30 minutes I took a loan agains't my ETH which allowed me to buy the land and start construction.",
+ storyOriginal: "",
+ category: "Financial Inclusion",
+ name: "Casio",
+ date: "24.3.",
+ country: "",
+ twitter: "https://x.com/0xCasio/status/1506951476433895425",
+ region: "-",
+ },
+ {
+ storyEnglish:
+ "Sent some money back home to Afghanistan to support my family with stablecoins and turns out exchange centers are willing to pay an extra 10$ on 1000$ because there's more demand to keep their capital in stablecoins than holding US Dollars in fiat. Reasons? 1. Government can't control their money 2. Easier to transfer across the country and outside of the country as well. 3. Banks are very difficult to deal with 4. Since the demand for stables is high, They can transfer it to fiat whenever they want. Some of you may not see it because you're focused on memecoins but people with genuine problems are turning to crypto.",
+ storyOriginal: "",
+ category: "International transfers, Self-custody",
+ name: "Abbas",
+ date: "23.1.",
+ country: "Afghanistan",
+ twitter: "https://x.com/KhanAbbas201/status/1882473370664812814",
+ region: "Asia",
+ },
+ {
+ storyEnglish:
+ "I started as a local group in my city Warri south of Nigeria, two years ago, has metamorphosed into a vibrant community of over 400 people with some already developing smart contracts and getting immersed in Ethereum. One of the most significant differences Ethereum made in my community - the web3 Warri - was bringing together individuals with no background in blockchain and transforming them into smart contracts developers. Ethereum has helped my community - the web3 Warri - overcome some of these challenges 1. Centralization: Members of my community now understand that they have control over how they use the internet and their data 2. Seamless and cross-border payments: Most members of my community work as freelancers and remote workers. And receiving their payments have already been a challenger but with Ethereum, they have been able to receive their payments via stable coins and in almost an instance. 3. They also don't need to provide numerous documents to support their identity in making and receiving payments.",
+ storyOriginal: "",
+ category: "International transfers, Financial Inclusion, Self-custody",
+ name: "Charles",
+ date: "16.4.",
+ country: "Nigeria",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Ethereum has made a huge difference in my life. Around eight months ago, I didn’t know much about development within the blockchain space. But as I started exploring and joined Web3 communities in Costa Rica like Dojo Coding and Web3Mentorhood, my perspective on Web3 completely changed.\n" +
+ "\n" +
+ "Thanks to Ethereum and these communities, I’ve had access to opportunities I never imagined. For instance, I was able to travel outside my country for the first time through Web3 initiatives—something I hadn't achieved through Web2-related activities. Ethereum has also helped spark events in Costa Rica, strengthening crypto adoption and building a more vibrant local ecosystem.\n" +
+ "\n" +
+ "Personally, Ethereum has opened my eyes to a world full of possibilities: collaborating with people from around the globe, constantly learning, and dreaming about building solutions that truly make an impact.",
+ storyOriginal: "",
+ category: "Community collaboration",
+ name: "Sebastián",
+ date: "16.4.",
+ country: "Costa Rica",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "I couldn't withdraw funds on offshore cryptocurrency apps, but Ethereum made it so easy.",
+ storyOriginal:
+ "من نمیتوانستم برداشت مالی در اپلیکیشن های رمز ارز برون مرزی داشته باشم ولی اتریوم این کار رو به این راحتی انجام داد. ",
+ category: "Financial inclusion, International transfers",
+ name: "Lida",
+ date: "17.4.",
+ country: "Iran",
+ twitter:
+ "من نمیتوانستم برداشت مالی در اپلیکیشن های رمز ارز برون مرزی داشته باشم ولی اتریوم این کار رو به این راحتی انجام داد.",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Ethereum helped us break down many barriers we took for granted. Not just technical ones, but also mental ones: believing that technology was foreign, that you had to speak a certain language, live in a certain place, or have a specific profile to access real opportunities.\n" +
+ "\n" +
+ "For me and my community, it opened the door to global spaces, where what matters is what you contribute, not where you come from. It allowed us to explore, learn, and build on what we already knew but with a totally new vision.\n" +
+ "\n" +
+ "And that also showed us that we can be in both worlds—creative and technological—and add value from there.",
+ storyOriginal: "",
+ category: "Community Collaboration",
+ name: "Yamille\t",
+ date: "17.4.",
+ country: "Peru",
+ twitter: "https://x.com/yamiyami_eth\t",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "what people have used the most are remittances, I believe that’s the most common use and it’s very useful",
+ storyOriginal: "",
+ category: "Financial inclusion, International transfers",
+ name: "Cryptonautas",
+ date: "20.4.",
+ country: "Mexico",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Growing up in Argentina, I experienced how economic instability, inflation, and a lack of trust in institutions can deeply affect daily life. These challenges pushed me to explore alternative systems that don’t rely on centralized authorities or intermediaries. That’s how I found Ethereum, and it’s made a profound difference in how I view the future.\n" +
+ "\n" +
+ "Ethereum offered me and my community a new way to think about trust, identity, and value. It’s not just a technology; it’s a tool for empowerment. With this public good, financial inclusion becomes real. People who were previously shut out of traditional systems now have access to decentralized finance, secure transactions, and even new forms of income and expression through NFTs, DAOs, and other innovations.",
+ storyOriginal: "",
+ category: "Self-custody, Community Collaboration",
+ name: " 0x3liza.eth",
+ date: "20.4.",
+ country: "Argentina",
+ twitter: "https://x.com/Elizapancake01",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Ethereum has helped Argentinians overcome the limits of a broken financial system. It gave us a way to earn and save (mostly in stablecoins), despite inflation, currency controls, and constant uncertainty.",
+ storyOriginal: "",
+ category: "Financial Inclusion",
+ name: "Facu",
+ date: "24.4.",
+ country: "Argentina",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "I use Ethereum on a daily basis. With my Gnosis Pay card it's very easy to link my wallet to my daily expenses, and the best of it all is that I can leverage DeFi at the same time. That means that even my current account is earning yield, while keeping my funds accessible and easy to spend.",
+ storyOriginal: "",
+ category: "Payments",
+ name: "Nico",
+ date: "25.4.",
+ country: "Netherlands",
+ twitter: "https://x.com/nicnode",
+ region: "Europe",
+ },
+ {
+ storyEnglish:
+ "My family lives in Bolivia, and when my brother went to study abroad it was extremely expensive to send him money. Bank transfers are extremely expensive, and solutions like MoneyGram or Western Union would take huge cuts on the transfer. It was a big relief when we discovered that we could send him money with crypto at a fraction of the cost.",
+ storyOriginal: "",
+ category: "International transfers",
+ name: "Nico",
+ date: "25.4.",
+ country: "Netherlands",
+ twitter: "https://x.com/nicnode",
+ region: "Europe",
+ },
+ {
+ storyEnglish:
+ "I'm Cuban. I live in Serbia.\n" +
+ "From Cuba, opening a bank account was almost impossible.\n" +
+ "Paying online… even more difficult.\n" +
+ "\n" +
+ "When I arrived in Serbia, I thought everything would be easier.\n" +
+ "But in 2021, something happened to me that I'll never forget.\n" +
+ "A client asked me for a website. He paid me via PayPal.\n" +
+ "And PayPal… blocked my money.\n" +
+ "Just when I needed it most.\n" +
+ "\n" +
+ "That same day, I started looking for solutions.\n" +
+ "And I found Ethereum.\n" +
+ "\n" +
+ "That's when everything changed.\n" +
+ "Thanks to Ethereum, I was able to receive direct payments.\n" +
+ "Without banks. Without blocks. Without asking permission.\n" +
+ "\n" +
+ "Since then, I fell in love with Ethereum.\n" +
+ "Because it's not just money.\n" +
+ "It's freedom.\n" +
+ "It's being able to work and get paid, no matter where you come from.\n" +
+ "\n" +
+ "Every time I have something on another network, I try to move it to Ethereum.\n" +
+ "Because I believe in its potential.\n" +
+ "In its ability to give opportunities to people like me.\n" +
+ "People who come from countries where the system closes its doors to you.\n" +
+ "\n" +
+ "For me, Ethereum isn't just technology.\n" +
+ "It's a tool for living a better life.",
+ storyOriginal:
+ "Soy cubano. Vivo en Serbia.\n" +
+ "Desde Cuba, abrir una cuenta bancaria era casi imposible.\n" +
+ "Pagar online… aún más difícil.\n" +
+ "\n" +
+ "Cuando llegué a Serbia, pensé que todo sería más fácil.\n" +
+ "Pero en 2021 me pasó algo que no olvido.\n" +
+ "Un cliente me pidió una página web. Me pagó por PayPal.\n" +
+ "Y PayPal… me bloqueó el dinero.\n" +
+ "Justo cuando más lo necesitaba.\n" +
+ "\n" +
+ "Ese mismo día me puse a buscar soluciones.\n" +
+ "Y encontré Ethereum.\n" +
+ "\n" +
+ "Ahí cambió todo.\n" +
+ "Gracias a Ethereum pude recibir pagos directo.\n" +
+ "Sin bancos. Sin bloqueos. Sin pedir permiso.\n" +
+ "\n" +
+ "Desde entonces, me enamoré de Ethereum.\n" +
+ "Porque no es solo dinero.\n" +
+ "Es libertad.\n" +
+ "Es poder trabajar y cobrar, sin importar de dónde vengas.\n" +
+ "\n" +
+ "Cada vez que tengo algo en otra red, trato de moverlo a Ethereum.\n" +
+ "Porque creo en su potencial.\n" +
+ "En su capacidad de darle oportunidades a gente como yo.\n" +
+ "Gente que viene de países donde el sistema te cierra las puertas.\n" +
+ "\n" +
+ "Ethereum, para mí, no es solo tecnología.\n" +
+ "Es una herramienta para vivir mejor.",
+ category: "International transfers",
+ name: "imrulo.eth ",
+ date: "26.4.",
+ country: "Serbia",
+ twitter: "https://warpcast.com/guinoki.eth ",
+ region: "Europe",
+ },
+ {
+ storyEnglish:
+ "Ethereum has helped our community overcome several significant challenges, particularly around transparency, trust, and efficient resource allocation. By leveraging smart contracts, we have been able to automate and secure the distribution of funding for social impact projects, ensuring that resources are used for their intended purposes and that all transactions are transparent and publicly auditable. This has greatly reduced the risk of mismanagement and fostered greater trust among stakeholders.",
+ storyOriginal: "",
+ category: "Transparency, Community Collaboration",
+ name: "Rodrigo NuñΞz ",
+ date: "28.4.",
+ country: "Mexico",
+ twitter: "https://x.com/Cypherpunkfish1 ",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "We are using Ethereum to create new coordination mechanisms within a DeSciDAO, allowing us to allocate various forms of capital with smart contracts and accelerate research and citizen science in coral reef conservation initiatives and programs in Mesoamerica, with plans to scale these efforts worldwide.",
+ storyOriginal: "",
+ category: "Transparency, Community Collaboration",
+ name: "MesoReefDAO ",
+ date: "28.4.",
+ country: "Mexico",
+ twitter: "https://x.com/MesoReefDAO ",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "Before Ethereum, opportunities for many developers like me, especially in Nigeria and across Africa, were very limited. Access to global tech communities, funding, mentorship, and even simply being seen was incredibly hard. Ethereum changed that for me and for many people I know. It helped us overcome barriers of geography, background, and limited resources. Through Ethereum, we could contribute to open-source projects, earn real experience, build real products, and be part of something bigger than ourselves, without needing permission from institutions or borders. ",
+ storyOriginal: "",
+ category: "Community Collaboration",
+ name: "Samuel",
+ date: "28.4.",
+ country: "Nigeria",
+ twitter: "",
+ region: "#REF!",
+ },
+ {
+ storyEnglish:
+ "I use Ethereum on a day-to-day basis to build art projects, deploy websites via ENS, manage my tokens, and anonymize accounts to create new projects unrelated to me.",
+ storyOriginal:
+ "J'utilise Ethereum au jour le jour pour construire des projets artistiques, déployer des sites web via ENS, gérer mes tokens, et anonymiser des comptes pour créer de nouveaux projets non reliées à moi.",
+ category: "",
+ name: "Alex",
+ date: "5.5",
+ country: "France",
+ twitter: "",
+ region: "",
+ },
+]
+
+export default tenYearStories
diff --git a/src/lib/api/fetch10YearStories.ts b/src/lib/api/fetch10YearStories.ts
deleted file mode 100644
index 7143248b92d..00000000000
--- a/src/lib/api/fetch10YearStories.ts
+++ /dev/null
@@ -1,49 +0,0 @@
-export async function fetch10YearStories() {
- const googleApiKey = process.env.GOOGLE_API_KEY
- const sheetId = process.env.GOOGLE_SHEET_ID_10_YEAR
-
- if (!googleApiKey) {
- console.warn("Google API key not set")
- return {}
- }
-
- try {
- const url = `https://sheets.googleapis.com/v4/spreadsheets/${sheetId}/values/Sheet2!A:H?majorDimension=ROWS&key=${googleApiKey}`
-
- const response = await fetch(url)
-
- if (!response.ok) {
- const errorText = await response.text()
- console.error("Google Sheets API Error:", {
- status: response.status,
- statusText: response.statusText,
- error: errorText,
- })
- throw new Error(
- `Google Sheets API responded with ${response.status}: ${response.statusText}`
- )
- }
-
- const data = await response.json()
-
- const rows = data.values.slice(1) || []
-
- const stories = rows.map((row) => {
- return {
- storyEnglish: row[0],
- storyOriginal: row[1],
- category: row[2],
- name: row[3],
- date: row[4],
- country: row[5],
- twitter: row[6],
- region: row[7],
- }
- })
-
- return stories
- } catch (error) {
- console.error("Error fetching 10 year stories:", error)
- return {}
- }
-}
From 87797400119de8ab175f0781b787763c9d9ac105 Mon Sep 17 00:00:00 2001
From: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Date: Tue, 30 Sep 2025 14:26:03 -0700
Subject: [PATCH 3/4] fix: type optionals
---
src/data/tenYearEventRegions.ts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/data/tenYearEventRegions.ts b/src/data/tenYearEventRegions.ts
index 026bbcb2f2a..02865b0b8fd 100644
--- a/src/data/tenYearEventRegions.ts
+++ b/src/data/tenYearEventRegions.ts
@@ -5,17 +5,17 @@ const tenYearEventRegions: Record<
events: {
host: string
eventLink: string
+ city: string
+ country: string
+ countryFlag: string
pingedForURL?: string
eventLocation?: string
address?: string
- city: string
- country: string
region?: string
continent?: string
- lat: string
- lng: string
- readyToShow: string
- countryFlag: string
+ lat?: string
+ lng?: string
+ readyToShow?: string
}[]
}
> = {
From 97f945b95ea2340a0d51e48988ee39e7255c3c3c Mon Sep 17 00:00:00 2001
From: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Date: Tue, 30 Sep 2025 14:31:55 -0700
Subject: [PATCH 4/4] refactor: remove unused data fields
---
src/data/tenYearEventRegions.ts | 973 --------------------------------
1 file changed, 973 deletions(-)
diff --git a/src/data/tenYearEventRegions.ts b/src/data/tenYearEventRegions.ts
index 02865b0b8fd..b7b79834f69 100644
--- a/src/data/tenYearEventRegions.ts
+++ b/src/data/tenYearEventRegions.ts
@@ -8,14 +8,6 @@ const tenYearEventRegions: Record<
city: string
country: string
countryFlag: string
- pingedForURL?: string
- eventLocation?: string
- address?: string
- region?: string
- continent?: string
- lat?: string
- lng?: string
- readyToShow?: string
}[]
}
> = {
@@ -25,269 +17,136 @@ const tenYearEventRegions: Record<
{
host: "ETHCongo",
eventLink: "https://lu.ma/1mha555b?locale=fr",
- pingedForURL: "FALSE",
- eventLocation: "kinshasa/ DRC",
- address: "TBD",
city: "Kinshasa",
country: "Democratic Republic of the Congo",
- region: "Africa",
- continent: "Africa",
- lat: "-4.3033",
- lng: "15.3105",
- readyToShow: "TRUE",
countryFlag: "🇨🇩",
},
{
host: "ETHAccra",
eventLink: "https://lu.ma/ethereum-10y-accra",
- pingedForURL: "TRUE",
- eventLocation: "Accra, Ghana",
- address: "TBD",
city: "Accra",
country: "Ghana",
- region: "Africa",
- continent: "Africa",
- lat: "5.5593",
- lng: "-0.1974",
- readyToShow: "TRUE",
countryFlag: "🇬🇭",
},
{
host: "Ethereum 10th Anniversary Meetup: Reflecting on a Decade, Building the Future",
eventLink: "https://lu.ma/d75tlbfw",
- pingedForURL: "FALSE",
- eventLocation: "TheBuidl, Kaduna, Nigeria",
- address: "10 Algeria Crescent, Barnawa, Kaduna 800283, Kaduna, Nigeria",
city: "Kaduna",
country: "Nigeria",
- region: "Africa",
- continent: "Africa",
- lat: "10.5036",
- lng: "7.4337",
- readyToShow: "TRUE",
countryFlag: "🇳🇬",
},
{
host: "BLOCKFUSE LABS",
eventLink: "https://lu.ma/sttk0wd5",
- pingedForURL: "FALSE",
- eventLocation: "Blockfuse Labs HQ, ",
- address:
- "Rhomat Plaza, 29 Jonah David Jang Wy, Local, Rayfield, Jos 930101, Plateau, Nigeria",
city: "Jos",
country: "Nigeria",
- region: "Africa",
- continent: "Africa",
- lat: "9.8965",
- lng: "8.8583",
- readyToShow: "TRUE",
countryFlag: "🇳🇬",
},
{
host: "Africa Blockchain Community",
eventLink: "https://lu.ma/xatik06o",
- pingedForURL: "FALSE",
- eventLocation: "Rue 186 AFG, Lomé, Togo",
- address: "Rue 186 AFG, Lomé, Togo",
city: "Lomé",
country: "Togo",
- region: "Africa",
- continent: "Africa",
- lat: "6.1296",
- lng: "1.2197",
- readyToShow: "TRUE",
countryFlag: "🇹🇬",
},
{
host: "Built Different Foundation",
eventLink: "https://lu.ma/6yotpgq5",
- pingedForURL: "FALSE",
- eventLocation:
- "Eight 2 Five Innovation Hub, Third Floor Anchor House, J Moyo Avenue, Harare",
- address:
- "Eight 2 Five Innovation Hub, Third Floor Anchor House, J Moyo Avenue, Harare",
city: "Harare",
country: "Zimbabwe",
- region: "Africa",
- continent: "Africa",
- lat: "-17.8263",
- lng: "31.0504",
- readyToShow: "TRUE",
countryFlag: "🇿🇼",
},
{
host: "Ayemou Loic",
eventLink:
"https://app.unlock-protocol.com/event/meetup-les-10-ans-d-anniversaire-d-ethereum",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "9466+F68, Bingerville, Côte d'Ivoire",
city: "Abidjan",
country: "Côte D'Ivoire",
- region: "Africa",
- continent: "Africa",
- lat: "5.359952",
- lng: "-4.008256",
- readyToShow: "TRUE",
countryFlag: "🇨🇮",
},
{
host: "Greenpill Cape Town",
eventLink: "https://lu.ma/lpzufbzd",
- pingedForURL: "",
city: "Cape Town",
country: "South Africa",
- region: "Africa",
- continent: "Africa",
- lat: "33.9221°",
- lng: "18.4231°",
- readyToShow: "TRUE",
countryFlag: "🇿🇦",
},
{
host: "Eth@10 Nakuru",
eventLink: "https://cheppar.co.ke/events",
- pingedForURL: "",
- eventLocation: "Little Garden Bistro",
- address: "Richard Musangi Rd , Hse 3L",
city: "Nakuru",
country: "Kenya",
- region: "Africa",
- continent: "Africa",
- lat: "-0.303099",
- lng: "36.080025",
- readyToShow: "TRUE",
countryFlag: "🇰🇪",
},
{
host: "Ethereum 10Y Anniversary Cape Town",
eventLink: "https://lu.ma/ethereum-10y-capetown",
- pingedForURL: "",
city: "Cape Town",
country: "South Africa",
- region: "Africa",
- continent: "Africa",
- lat: "-33.924869",
- lng: "18.424055",
- readyToShow: "TRUE",
countryFlag: "🇿🇦",
},
{
host: "Celebrating Ethereum at 10 - Web3bridge",
eventLink: "https://lu.ma/zw79xsf5",
- pingedForURL: "",
city: "Lagos",
country: "Nigeria",
- region: "Africa",
- continent: "Africa",
- lat: "6.465422",
- lng: "3.406448",
- readyToShow: "TRUE",
countryFlag: "🇳🇬",
},
{
host: "Ethereum in Ghana - Celebrating 10 years of Ethereum",
eventLink: "https://lu.ma/1cvbffff",
- pingedForURL: "",
city: "Accra",
country: "Ghana",
- region: "Africa",
- continent: "Africa",
- lat: "5.603717",
- lng: "-0.186964",
- readyToShow: "TRUE",
countryFlag: "🇬🇭",
},
{
host: "Ethereum @10 Kampala",
eventLink: "https://lu.ma/jnsc4gml",
- pingedForURL: "",
city: "Kampala",
country: "Uganda",
- region: "Africa",
- continent: "Africa",
- lat: "0.347596",
- lng: "32.58252",
- readyToShow: "TRUE",
countryFlag: "🇺🇬",
},
{
host: "ETH @10: A Decade of Decentralization",
eventLink: "https://lu.ma/lyqt4lni",
- pingedForURL: "",
city: "Kilifi",
country: "Kenya",
- region: "Africa",
- continent: "Africa",
- lat: "-3.5106508",
- lng: "39.9093269",
- readyToShow: "TRUE",
countryFlag: "🇰🇪",
},
{
host: "Celebrating 10 Years of Ethereum - Kisumu Edition",
eventLink:
"https://app.unlock-protocol.com/event/celebrating-10-years-of-ethereum-kisumu-edition",
- pingedForURL: "",
city: "Kisumu",
country: "Kenya",
- region: "Africa",
- continent: "Africa",
- lat: "-0.091702",
- lng: "34.767956",
- readyToShow: "TRUE",
countryFlag: "🇰🇪",
},
{
host: "10 Years of Ethereum - Enttebe",
eventLink: "https://lu.ma/1ex31w1b",
- pingedForURL: "",
city: "Entebbe",
country: "Uganda",
- region: "Africa",
- continent: "Africa",
- lat: "0.06444",
- lng: "32.44694",
- readyToShow: "TRUE",
countryFlag: "🇺🇬",
},
{
host: "Ethereum 10yr anniversary Nairobi",
eventLink: "https://lu.ma/59ez75wu",
- pingedForURL: "",
city: "Nairobi",
country: "Kenya",
- region: "Africa",
- continent: "Africa",
- lat: "-1.286389",
- lng: "36.817223",
- readyToShow: "TRUE",
countryFlag: "🇰🇪",
},
{
host: "Celebrating Ethereum At 10 - Greenpill Nigeria (Enugu)",
eventLink: "https://lu.ma/3y7ldrag",
- pingedForURL: "",
city: "Enugu",
country: "Nigeria",
- region: "Africa",
- continent: "Africa",
- lat: "6.459964",
- lng: "7.548949",
- readyToShow: "TRUE",
countryFlag: "🇳🇬",
},
{
host: "Ethereum at 10 Meetup",
eventLink: "https://lu.ma/hlkglzcg",
- pingedForURL: "",
city: "Awka",
country: "Nigeria",
- region: "Africa",
- continent: "Africa",
- lat: "6.210528",
- lng: "7.072277",
- readyToShow: "TRUE",
countryFlag: "🇳🇬",
},
],
@@ -298,361 +157,184 @@ const tenYearEventRegions: Record<
{
host: "Shenzhen University",
eventLink: "https://lu.ma/ejoo0fb5",
- pingedForURL: "FALSE",
- eventLocation: "SZTU",
- address: "TBD",
city: "Shenzen",
country: "China",
- region: "China",
- continent: "Asia",
- lat: "22.5429",
- lng: "114.0596",
- readyToShow: "TRUE",
countryFlag: "🇨🇳",
},
{
host: "Gryffindors",
eventLink: "https://lu.ma/e1ctjffh",
- pingedForURL: "FALSE",
- eventLocation: "Chennai",
- address:
- "53/23, 3rd Main Road, Gandhi Nagar, Adyar, Chennai, Tamil Nadu 600020, India",
city: "Chennai",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "13.0843",
- lng: "80.2705",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "SyPy (Security & Privacy) Research Group",
eventLink:
"https://platform.serotonin.co/events/10-years-of-ethereum-iiit-hyderabad-hyderabad-india-maabsu",
- pingedForURL: "TRUE",
- eventLocation: "IIIT Hyderabad, India",
- address: "IIIT Hyderabad, India",
city: "Hyderabad",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "17.4065",
- lng: "78.4772",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Coding Catalyst",
eventLink: "https://lu.ma/b9tnoyl2",
- pingedForURL: "TRUE",
- eventLocation: "Local co-working space / Cafe",
- address: "TBD",
city: "Delhi",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "28.7041",
- lng: "77.1025",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Kerala Blockchain Academy",
eventLink: "https://lu.ma/atm8y7xp",
- pingedForURL: "TRUE",
- eventLocation: "Kerala-Tamil Nadu",
- address: "TBD",
city: "Kerala",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "10.1632",
- lng: "76.6413",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Sahu ",
eventLink: "https://lu.ma/sc3s8xcl",
- pingedForURL: "TRUE",
- eventLocation: "TBD",
- address: "TBD",
city: "Bhopal",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "24.6912",
- lng: "78.4138",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Indian Blockchain Fraternity",
eventLink: "https://lu.ma/90y38i0g",
- pingedForURL: "TRUE",
- eventLocation: "Aachman Restaurant, Bulandshahr, Uttar Pradesh, India",
- address: "Amba Enclave, Bulandshahr, Uttar Pradesh 203001, India",
city: "Bulandshahr",
country: "India",
- region: "India",
- continent: "Asia",
- lat: "28.407",
- lng: "77.8498",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "10 Year Anniversary Tel Aviv",
eventLink: "https://lu.ma/4qvn1wv9",
- pingedForURL: "TRUE",
- eventLocation: "Tel Aviv, Israel",
- address: "TBD",
city: "Tel Aviv",
country: "Israel",
- region: "Middle East",
- continent: "Asia",
- lat: "32.0853",
- lng: "34.7818",
- readyToShow: "TRUE",
countryFlag: "🇮🇱",
},
{
host: "ETHPanda",
eventLink: "https://lu.ma/xecstovh",
- pingedForURL: "",
city: "Hangzhou",
country: "China",
- region: "Asia",
- continent: "Asia",
- lat: "30.2741°",
- lng: "120.1552",
- readyToShow: "TRUE",
countryFlag: "🇨🇳",
},
{
host: "10Y of Eth Legacy x Vadodara Edition",
eventLink: "https://lu.ma/xmxuaex0",
- pingedForURL: "",
- eventLocation: "DevX",
- address:
- "DevX, Notus IT Park, Sarabhai Campus, Vadiwadi, Vadodara, Gujarat 390023",
city: "Vadora",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "22.31931989",
- lng: "73.16704126",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "10 years of Ethereum celebration - by Devfolio",
eventLink: "https://lu.ma/id8ftmym",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "TBD",
city: "Bengaluru",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "12.971599",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Ethereum 10Y Anniversary Tokyo",
eventLink: "https://lu.ma/ethereum-10y-tokyo",
- pingedForURL: "",
city: "Tokyo",
country: "Japan",
- region: "Asia",
- continent: "Asia",
- lat: "35.689487",
- lng: "139.691706",
- readyToShow: "TRUE",
countryFlag: "🇯🇵",
},
{
host: "Ethereum 10Y Anniversary Seoul",
eventLink: "https://lu.ma/ethereum-10y-seoul",
- pingedForURL: "",
city: "Seoul",
country: "South Korea",
- region: "Asia",
- continent: "Asia",
- lat: "37.566535",
- lng: "126.977969",
- readyToShow: "TRUE",
countryFlag: "🇰🇷",
},
{
host: "Ethereum 10Y Anniversary Taipei",
eventLink: "https://lu.ma/ethereum-10y-taipei",
- pingedForURL: "",
city: "Taipei",
country: "Taiwan",
- region: "Asia",
- continent: "Asia",
- lat: "25.032969",
- lng: "121.565418",
- readyToShow: "TRUE",
countryFlag: "🇹🇼",
},
{
host: "Ethereum 10Y Anniversary Mumbai",
eventLink: "https://lu.ma/ethereum-10y-mumbai",
- pingedForURL: "",
city: "Mumbai",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "19.075984",
- lng: "72.877656",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Ethereum 10Y Anniversary Dubai",
eventLink: "https://lu.ma/ethereum-10y-dubai",
- pingedForURL: "",
city: "Dubai",
country: "United Arab Emirates",
- region: "Asia",
- continent: "Asia",
- lat: "25.204849",
- lng: "55.270783",
- readyToShow: "TRUE",
countryFlag: "🇦🇪",
},
{
host: "DHK dao - 以太坊十週年香港社群聚會",
eventLink: "https://lu.ma/okp0cgyl",
- pingedForURL: "",
city: "Hong Kong",
country: "Hong Kong",
- region: "Asia",
- continent: "Asia",
- lat: "22.302711",
- lng: "114.177216",
- readyToShow: "TRUE",
countryFlag: "🇭🇰",
},
{
host: "hack & snack",
eventLink: "https://lu.ma/6jfoae47",
- pingedForURL: "",
city: "Chennai ",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "13.067439",
- lng: "80.237617",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Ethereum 10 Years: Past, Now, and Future",
eventLink: "https://lu.ma/s9x0eqej",
- pingedForURL: "",
city: "Shanghai",
country: "China",
- region: "Asia",
- continent: "Asia",
- lat: "31.224361",
- lng: "121.46917",
- readyToShow: "TRUE",
countryFlag: "🇨🇳",
},
{
host: "Ethereum 10Y Anniversary Bangalore",
eventLink: "https://lu.ma/ethereum-10y-bangalore",
- pingedForURL: "",
city: "Bangaluru",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "12.971599",
- lng: "77.594566",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Meetup: 10 Years of Ethereum",
eventLink: "https://9424105689699.huodongxing.com/event/8817760675500",
- pingedForURL: "",
city: "Shanghai",
country: "China",
- region: "Asia",
- continent: "Asia",
- lat: "31.224361",
- lng: "121.46917",
- readyToShow: "TRUE",
countryFlag: "🇨🇳",
},
{
host: "10 Years of Ethereum Celebration @ Coimbatore",
eventLink: "https://lu.ma/v5ga41na",
- pingedForURL: "",
city: "Coimbatore",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "11.004556",
- lng: "76.961632",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "ETH 10 year celebrate",
eventLink: "https://lu.ma/qirbb7w4",
- pingedForURL: "",
city: "Bursa",
country: "Turkiye",
- region: "Asia",
- continent: "Asia",
- lat: "40.193298",
- lng: "29.074202",
- readyToShow: "TRUE",
countryFlag: "🇹🇷",
},
{
host: "Ethereum 10 Year Anniversary Hyderabad",
eventLink: "https://lu.ma/ethereum-10y-hyderabad",
- pingedForURL: "",
city: "Hyderabad",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "17.4065",
- lng: "78.4772",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "Chai onChain: Ethereum Day Meetup – 10 Years of Decentralization",
eventLink: "https://lu.ma/5pz6q4rq",
- pingedForURL: "",
city: "Bhopal",
country: "India",
- region: "Asia",
- continent: "Asia",
- lat: "23.259933",
- lng: "77.412613",
- readyToShow: "TRUE",
countryFlag: "🇮🇳",
},
{
host: "DEPCON ",
eventLink: "https://lu.ma/g64yev2s?tk=kD3tkD",
- pingedForURL: "",
city: "Tokyo",
country: "Japan",
- region: "Asia",
- continent: "Asia",
- lat: "35.689487",
- lng: "139.691706",
- readyToShow: "TRUE",
countryFlag: "🇯🇵",
},
],
@@ -663,277 +345,137 @@ const tenYearEventRegions: Record<
{
host: "Nodo Serrano",
eventLink: "https://lu.ma/lb7dtked",
- pingedForURL: "TRUE",
- eventLocation: "San Martín 864",
- address:
- "San Martín 864, B7000 Tandil, Provincia de Buenos Aires, Argentina",
city: "Tandil",
country: "Argentina",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-37.3288",
- lng: "-59.1367",
- readyToShow: "TRUE",
countryFlag: "🇦🇷",
},
{
host: "CochaBlock",
eventLink:
"https://app.unlock-protocol.com/event/celebra-los-10-aos-de-ethereum-junto-a-cocha-block-2",
- pingedForURL: "FALSE",
- eventLocation: "Trotamundos Recoleta Video BAR",
- address: "591, Cochabamba, Bolivia",
city: "Cochabamba",
country: "Bolivia",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-17.382",
- lng: "-66.1596",
- readyToShow: "TRUE",
countryFlag: "🇧🇴",
},
{
host: "Ethereum Bolivia",
eventLink:
"https://app.unlock-protocol.com/event/una-dcada-de-ethereum-bolivia-se-suma-al-bloque-1",
- pingedForURL: "TRUE",
- eventLocation:
- "Santa Cruz de la Sierra, Bolivia — Utepsa University Auditorium (TBC)",
- address: "TBD",
city: "Santa Cruz de la Sierra",
country: "Bolivia",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-17.7981",
- lng: "-63.1925",
- readyToShow: "TRUE",
countryFlag: "🇧🇴",
},
{
host: "ETH Floripa",
eventLink: "https://lu.ma/kq1nul4t",
- pingedForURL: "FALSE",
- eventLocation: "Founder Haus, Florianópolis - SC (Brazil)",
- address:
- "Av. dos Merlins, 156 - Jurerê Internacional, Florianópolis - SC, 88053-370, Brazil",
city: "Florianópolis",
country: "Brazil",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-27.5969",
- lng: "-48.5468",
- readyToShow: "TRUE",
countryFlag: "🇧🇷",
},
{
host: "Arias ",
eventLink:
"https://platform.serotonin.co/events/10-years-of-ethereum-in-santa-teresa-puntarenas-costa-rica-hbv_q6",
- pingedForURL: "TRUE",
- eventLocation: "Santa Teresa, Nicoya",
- address: "TBD",
city: "Santa Teresa",
country: "Costa Rica",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "31.8559",
- lng: "-106.6392",
- readyToShow: "TRUE",
countryFlag: "🇨🇷",
},
{
host: "ERC55",
eventLink: "https://lu.ma/f1txuy3q",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "TBD",
city: "São Paulo",
country: "Brazil",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-23.55052",
- lng: "-46.633308",
- readyToShow: "TRUE",
countryFlag: "🇧🇷",
},
{
host: "Ethereum TGU",
eventLink: "https://lu.ma/lll5ayb5?tk=ZZaz4c",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "TBD",
city: "Tegucigalpa",
country: "Honduras",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "14.072275",
- lng: "-87.192139",
- readyToShow: "TRUE",
countryFlag: "🇭🇳",
},
{
host: "SEED Latam",
eventLink: "https://lu.ma/c3plwb2s",
- pingedForURL: "",
- eventLocation: "Aleph Hub",
- address:
- "Concepción Arenal 2989, C1426DGG C1426DGG, Cdad. Autónoma de Buenos Aires, Argentina",
city: "Buenos Aires",
country: "Argentina",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "34.6037",
- lng: "58.3821",
- readyToShow: "TRUE",
countryFlag: "🇦🇷",
},
{
host: "ETH Beagá - Especial 10 Anos de Ethereum!",
eventLink: "https://lu.ma/faazu5m2",
- pingedForURL: "",
- eventLocation:
- "Órbi Conecta - Av. Pres. Antônio Carlos, 681 - Lagoinha, Belo Horizonte - MG, 31210-010",
- address:
- "Av. Pres. Antônio Carlos, 681 - Lagoinha, Belo Horizonte - MG, 31210-010",
city: "Belo Horizonte - MG, 31210-010",
country: "Brazil",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-19.912998",
- lng: "-43.940933",
- readyToShow: "TRUE",
countryFlag: "🇧🇷",
},
{
host: "ETHEREUM 10 Years: The Decade of Decentralization!",
eventLink: "https://lu.ma/lgsk4olh",
- pingedForURL: "",
- eventLocation: "Universidade Augusto Motta -Unisuam",
- address: "Av. Paris, 84 - Bonsucesso, Rio de Janeiro - RJ, 21041-020",
city: "Rio de Janeiro",
country: "Brazil",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-22.906847",
- lng: "-43.172896",
- readyToShow: "TRUE",
countryFlag: "🇧🇷",
},
{
host: "Ethereum 10Y Anniversary Buenos Aires",
eventLink: "https://lu.ma/ethereum-10y-buenosaires",
- pingedForURL: "",
city: "Buenos Aires",
country: "Argentina",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-34.603684",
- lng: "-58.381559",
- readyToShow: "TRUE",
countryFlag: "🇦🇷",
},
{
host: "Aniversario 10 ETHEREUM",
eventLink: "https://lu.ma/j7u5jtv5",
- pingedForURL: "",
city: "Montevideo",
country: "Uruguay",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-34.901112",
- lng: "-56.164532",
- readyToShow: "TRUE",
countryFlag: "🇺🇾",
},
{
host: "Destino Devconnect La sucursal del cielo + 10Y Ethereum",
eventLink: "https://lu.ma/kl71zv1d",
- pingedForURL: "",
city: "Cali",
country: "Colombia",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "3.420556",
- lng: "-76.522224",
- readyToShow: "TRUE",
countryFlag: "🇨🇴",
},
{
host: "Ethereum Lima: 10 años en red",
eventLink: "https://lu.ma/ni4cbjda?tk=K5AVxg",
- pingedForURL: "",
city: "Lima",
country: "Peru",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-12.046374",
- lng: "-77.042793",
- readyToShow: "TRUE",
countryFlag: "🇵🇪",
},
{
host: "Ethereum 10Y Anniversary Medellín",
eventLink: "https://lu.ma/ethereum-10y-medellin",
- pingedForURL: "",
city: "Medellin",
country: "Colombia",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "6.230833",
- lng: "-75.590553",
- readyToShow: "TRUE",
countryFlag: "🇨🇴",
},
{
host: "10 anos de Ethereum - Valencia, Venezuela",
eventLink: "https://lu.ma/9f6fmx8n",
- pingedForURL: "",
city: "Valencia",
country: "Venezuela",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "10.156421",
- lng: "-67.999718",
- readyToShow: "TRUE",
countryFlag: "🇻🇪",
},
{
host: "10 anos de Ethereum - Maracaibo, Venezuela",
eventLink: "https://lu.ma/duo2r0a1",
- pingedForURL: "",
city: "Maracaibo",
country: "Venezuela",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "10.65386",
- lng: "-71.645966",
- readyToShow: "TRUE",
countryFlag: "🇻🇪",
},
{
host: "10 anos de Ethereum - La Victoria, Venezuela",
eventLink: "https://lu.ma/zx726y38",
- pingedForURL: "",
city: "La Victoria",
country: "Venezuela",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "10.21844",
- lng: "-67.33017",
- readyToShow: "TRUE",
countryFlag: "🇻🇪",
},
{
host: "10 años de Eth",
eventLink: "https://lu.ma/fqiip4t6",
- pingedForURL: "",
city: "Santiago",
country: "Chile",
- region: "Central & South America",
- continent: "Central & South America",
- lat: "-33.447487",
- lng: "-70.673676",
- readyToShow: "TRUE",
countryFlag: "🇨🇱",
},
],
@@ -944,606 +486,308 @@ const tenYearEventRegions: Record<
{
host: "PWN DAO Foundation",
eventLink: "https://lu.ma/xdjlepmh",
- pingedForURL: "FALSE",
- eventLocation: "Přístav 18600",
- address: "Rohanský ostrov 8, 186 00 Praha 8-Rohanský ostrov, Czechia",
city: "Prague",
country: "Czech Republic",
- region: "Europe",
- continent: "Europe",
- lat: "50.0755",
- lng: "14.4378",
- readyToShow: "TRUE",
countryFlag: "🇨🇿",
},
{
host: "Ethereum France",
eventLink:
"https://www.meetup.com/ethereum-france/events/308225477/?slug=ethereum-france&isFirstPublish=true",
- pingedForURL: "TRUE",
- eventLocation: "TBD",
- address: "TBD",
city: "Paris",
country: "France",
- region: "Europe",
- continent: "Europe",
- lat: "48.8575",
- lng: "2.3514",
- readyToShow: "TRUE",
countryFlag: "🇫🇷",
},
{
host: "Aachen Blockchain Club",
eventLink: "https://lu.ma/fpj1t4nl",
- pingedForURL: "TRUE",
- eventLocation:
- "Collective Incubator, Aachen https://www.collective-incubator.de",
- address: "Jülicher Str. 209q-s 52070 Aachen",
city: "Aachen",
country: "Germany",
- region: "Europe",
- continent: "Europe",
- lat: "50.7753",
- lng: "6.0839",
- readyToShow: "TRUE",
countryFlag: "🇩🇪",
},
{
host: "Crypto Roundtable Germany",
eventLink: "https://lu.ma/0wh4fh5d",
- pingedForURL: "TRUE",
- eventLocation: "Butchers Bar & Grill",
- address: "Marktpl. 10, 85229 Markt Indersdorf, Germany",
city: "Markt Indersdorf",
country: "Germany",
- region: "Europe",
- continent: "Europe",
- lat: "48.3622",
- lng: "11.3743",
- readyToShow: "TRUE",
countryFlag: "🇩🇪",
},
{
host: "SpaghettETH",
eventLink:
"https://platform.serotonin.co/events/decentralized-by-nature-ethereums-10th-at-stone-oven-house-ror-italy-isrcoe",
- pingedForURL: "TRUE",
- eventLocation: "stoneovenhouse.com",
- address: "Via Maestra, 4 - 10060 Rorà TO",
city: "Rorà",
country: "Italy",
- region: "Europe",
- continent: "Europe",
- lat: "44.7923",
- lng: "7.1966",
- readyToShow: "TRUE",
countryFlag: "🇮🇹",
},
{
host: "Napoli Tech Hub",
eventLink: "https://lu.ma/kmav1aak",
- pingedForURL: "TRUE",
- eventLocation: "TBD",
- address: "TBD",
city: "Naples",
country: "Italy",
- region: "Europe",
- continent: "Europe",
- lat: "40.8518",
- lng: "14.2681",
- readyToShow: "TRUE",
countryFlag: "🇮🇹",
},
{
host: "UrbeETH",
eventLink: "https://lu.ma/bk5s41kn",
- pingedForURL: "TRUE",
- eventLocation: "Urbe Hub - Rome",
- address: "TBD",
city: "Rome",
country: "Italy",
- region: "Europe",
- continent: "Europe",
- lat: "41.8967",
- lng: "12.4822",
- readyToShow: "TRUE",
countryFlag: "🇮🇹",
},
{
host: "The Block Lisboa",
eventLink: "https://www.meetup.com/theblock/events/308390462/",
- pingedForURL: "FALSE",
- eventLocation: "The Block Lisboa - Rua Latino Coelho, 63 - Lisboa",
- address: "The Block Lisboa - Rua Latino Coelho, 63 - Lisboa",
city: "Lisbon",
country: "Portugal",
- region: "Europe",
- continent: "Europe",
- lat: "38.7223",
- lng: "-9.1293",
- readyToShow: "TRUE",
countryFlag: "🇵🇹",
},
{
host: "ETHBratislava",
eventLink: "https://lu.ma/t41op9nb",
- pingedForURL: "FALSE",
- eventLocation: "The Spot",
- address: "Bottova 2/A, 811 09 Bratislava, Slovakia",
city: "Bratislava",
country: "Slovakia",
- region: "Europe",
- continent: "Europe",
- lat: "48.1486",
- lng: "17.1077",
- readyToShow: "TRUE",
countryFlag: "🇸🇰",
},
{
host: "EPFL",
eventLink: "TBDhttps://lu.ma/8njndqrw",
- pingedForURL: "TRUE",
- eventLocation: "Lausanne, EPFL",
- address: "TBD",
city: "Lausanne",
country: "Switzerland",
- region: "Europe",
- continent: "Europe",
- lat: "46.5197",
- lng: "6.6323",
- readyToShow: "TRUE",
countryFlag: "🇨🇭",
},
{
host: "Kyiv Ethereum Community",
eventLink: "https://lu.ma/c8lzm78l",
- pingedForURL: "FALSE",
- eventLocation: "CQ",
- address: "TBD",
city: "Kyiv",
country: "Ukraine",
- region: "Europe",
- continent: "Europe",
- lat: "50.4504",
- lng: "30.5245",
- readyToShow: "TRUE",
countryFlag: "🇺🇦",
},
{
host: "Imperial College London",
eventLink: "https://lu.ma/8ejysqky",
- pingedForURL: "TRUE",
- eventLocation:
- "Imperial College London, South Kensington Campus, London SW7 2AZ, United Kingdom",
- address: "TBD",
city: "London",
country: "United Kingdom",
- region: "Europe",
- continent: "Europe",
- lat: "51.5072",
- lng: "-0.1276",
- readyToShow: "TRUE",
countryFlag: "🇬🇧",
},
{
host: "Brighton Blockchain",
eventLink:
"https://www.meetup.com/brighton-blockchain/events/307527140/",
- pingedForURL: "FALSE",
- eventLocation:
- "Freedom Works, Black Lion Street, Brighton and Hove, BN1 1JE",
- address: "Freedom Works, Black Lion Street, Brighton and Hove, BN1 1JE",
city: "Brighton",
country: "United Kingdom",
- region: "Europe",
- continent: "Europe",
- lat: "50.8229",
- lng: "-0.1363",
- readyToShow: "TRUE",
countryFlag: "🇬🇧",
},
{
host: "Migalabs",
eventLink: "https://lu.ma/5phjvy78",
- pingedForURL: "",
- eventLocation: "Akasha Labs",
- address:
- "Carrer de la Verneda, 19, Nave 1, Sant Martí, 08018 Barcelona, Spain",
city: "Barcelona",
country: "Spain",
- region: "Europe",
- continent: "Europe",
- lat: "41.385063",
- lng: "2.173404",
- readyToShow: "TRUE",
countryFlag: "🇪🇸",
},
{
host: "Ethereum London (since 2014)",
eventLink: "https://lu.ma/13zp2s26",
- pingedForURL: "",
- eventLocation: "Encode Hub",
- address: "41 Pitfield St, London N1 6DA, United Kingdom",
city: "London",
country: "United Kingdom",
- region: "Europe",
- continent: "Europe",
- lat: "51.5072",
- lng: "-0.1276",
- readyToShow: "TRUE",
countryFlag: "🇬🇧",
},
{
host: "Clave Team",
eventLink: "https://lu.ma/qhi7xt2u",
- pingedForURL: "",
city: "Istanbul",
country: "Turkey",
- region: "Europe",
- continent: "Europe",
- lat: "41.0082°",
- lng: "28.9784°",
- readyToShow: "TRUE",
countryFlag: "🇹🇷",
},
{
host: "Ethereum Slovenia",
eventLink: "https://www.meetup.com/ethereum-slovenia/events/308604528/",
- pingedForURL: "",
city: "Ljubljana",
country: "Slovenia",
- region: "Europe",
- continent: "Europe",
- lat: "46.0569° ",
- lng: "14.5058°",
- readyToShow: "TRUE",
countryFlag: "🇸🇮",
},
{
host: "Ethereum DEV NL #ETHDEVNL",
eventLink: "https://www.meetup.com/ethereum-dev-nl/events/308536430/",
- pingedForURL: "",
city: "Amsterdam",
country: "Netherlands",
- region: "Europe",
- continent: "Europe",
- lat: "52.3676°",
- lng: "4.9041°",
- readyToShow: "TRUE",
countryFlag: "🇳🇱",
},
{
host: "10 Years of Ethereum: ETH Slovenia Celebration Party",
eventLink: "https://www.meetup.com/ethereum-slovenia/events/308604528",
- pingedForURL: "",
- eventLocation: "Ljubljana, Slovenia",
- address: "TBA",
city: "Ljubljana ",
country: "Slovenia",
- region: "Europe",
- continent: "Europe",
- lat: "46.056946",
- lng: "14.505751",
- readyToShow: "TRUE",
countryFlag: "🇸🇮",
},
{
host: "Ethereum 10Y Anniversary Zug",
eventLink: "https://lu.ma/ethereum-10y-zug",
- pingedForURL: "",
- eventLocation: "SHED.Market Zug",
- address: "SHED, Dammstrasse 16, 6300 Zug",
city: "Zug",
country: "Switzerland",
- region: "Europe",
- continent: "Europe",
- lat: "47.166167",
- lng: "8.515495",
- readyToShow: "TRUE",
countryFlag: "🇨🇭",
},
{
host: "Ethereum 10Y Anniversary Belgrade",
eventLink: "https://lu.ma/ethereum-10y-belgrade",
- pingedForURL: "",
city: "Belgrade",
country: "Serbia",
- region: "Europe",
- continent: "Europe",
- lat: "44.786568",
- lng: "20.448922",
- readyToShow: "TRUE",
countryFlag: "🇷🇸",
},
{
host: "Ethereum 10Y Anniversary London",
eventLink: "https://lu.ma/ethereum-10y-london",
- pingedForURL: "",
city: "London",
country: "United Kingdom",
- region: "Europe",
- continent: "Europe",
- lat: "51.507351",
- lng: "-0.127758",
- readyToShow: "TRUE",
countryFlag: "🏴",
},
{
host: "Ethereum 10Y Anniversary Lisbon",
eventLink: "https://lu.ma/ethereum-10y-lisbon",
- pingedForURL: "",
city: "Lisbon",
country: "Portugal",
- region: "Europe",
- continent: "Europe",
- lat: "38.722252",
- lng: "-9.139337",
- readyToShow: "TRUE",
countryFlag: "🇵🇹",
},
{
host: "Glasgow Ethereum Meetup",
eventLink:
"https://www.meetup.com/glasgow-ethereum-meetup/events/308521185",
- pingedForURL: "",
city: "Glasgow",
country: "Scotland",
- region: "Europe",
- continent: "Europe",
- lat: "55.86515",
- lng: "-4.25763",
- readyToShow: "TRUE",
countryFlag: "🏴",
},
{
host: "10 Years Meetup Group Anniversary",
eventLink:
"https://www.meetup.com/copenhagen-ethereum-meetup/events/308349278/?_xtd=gqFyqTMzNzQzMDM2MqFwo2FwaQ%253D%253D&from=ref",
- pingedForURL: "",
- eventLocation: "h15, studop",
- address: "Slagtehusgade 1 · København",
city: "Copenhagen",
country: "Denmark",
- region: "Europe",
- continent: "Europe",
- lat: "55.67594",
- lng: "12.56553",
- readyToShow: "TRUE",
countryFlag: "🇩🇰",
},
{
host: "ETHCluj - Ethereum 10 Year Anniversary",
eventLink: "https://lu.ma/sfxc7yrs",
- pingedForURL: "",
city: "Cluj-Napoca",
country: "Romania",
- region: "Europe",
- continent: "Europe",
- lat: "46.77121",
- lng: "23.623635",
- readyToShow: "TRUE",
countryFlag: "🇷🇴",
},
{
host: "10 Years of Ethereum Meetup Budapest 🎆",
eventLink: "https://www.meetup.com/ethereum-hungary/events/309101560",
- pingedForURL: "",
city: "Budapest",
country: "Hungary",
- region: "Europe",
- continent: "Europe",
- lat: "47.497912",
- lng: "19.040235",
- readyToShow: "TRUE",
countryFlag: "🇭🇺",
},
{
host: "Ethereum's 10 years Celebration",
eventLink: "https://lu.ma/somvvz9w",
- pingedForURL: "",
city: "Ecublens",
country: "Switzerland",
- region: "Europe",
- continent: "Europe",
- lat: "46.52899",
- lng: "6.56261",
- readyToShow: "TRUE",
countryFlag: "🇨🇭",
},
{
host: "Ethereum 10Y Anniversary Geneva",
eventLink: "https://lu.ma/ishq2lb4",
- pingedForURL: "",
city: "Geneva",
country: "Switzerland",
- region: "Europe",
- continent: "Europe",
- lat: "46.204391",
- lng: "6.143158",
- readyToShow: "TRUE",
countryFlag: "🇨🇭",
},
{
host: "Ethereum Turns 10: Munich Beergarden Edition",
eventLink: "https://lu.ma/v4vojkba",
- pingedForURL: "",
city: "Munich",
country: "Germany",
- region: "Europe",
- continent: "Europe",
- lat: "48.137154",
- lng: "11.576124",
- readyToShow: "TRUE",
countryFlag: "🇩🇪",
},
{
host: "Ethereum Turns 10, Košice Edition",
eventLink: "https://lu.ma/oer88mb2",
- pingedForURL: "",
city: "Košice",
country: "Slovakia",
- region: "Europe",
- continent: "Europe",
- lat: "48.716385",
- lng: "21.261074",
- readyToShow: "TRUE",
countryFlag: "🇸🇰",
},
{
host: "ETH 10Y Berlin",
eventLink: "https://lu.ma/qvuga9h9",
- pingedForURL: "",
city: "Berlin",
country: "Germany",
- region: "Europe",
- continent: "Europe",
- lat: "52.520008",
- lng: "13.404954",
- readyToShow: "TRUE",
countryFlag: "🇩🇪",
},
{
host: "10 Years of Ethereum: ETHBelgium Community Meetup",
eventLink: "https://lu.ma/tyjgfeof",
- pingedForURL: "",
city: "Brussels",
country: "Belgium",
- region: "Europe",
- continent: "Europe",
- lat: "50.85045",
- lng: "4.34878",
- readyToShow: "TRUE",
countryFlag: "🇧🇪",
},
{
host: "10 Years of Ethereum Mainnet in Copenhagen",
eventLink:
"https://www.meetup.com/copenhagen-ethereum-meetup/events/309986816/",
- pingedForURL: "",
city: "Copenhagen",
country: "Denmark",
- region: "Europe",
- continent: "Europe",
- lat: "55.67594",
- lng: "12.56553",
- readyToShow: "TRUE",
countryFlag: "🇩🇰",
},
{
host: "Ethereum 10Y Anniversary Vienna",
eventLink: "https://lu.ma/xqrduobq",
- pingedForURL: "",
city: "Vienna",
country: "Austria",
- region: "Europe",
- continent: "Europe",
- lat: "48.210033",
- lng: "16.363449",
- readyToShow: "TRUE",
countryFlag: "🇦🇹",
},
{
host: "10 years of Ethereum - Iceland Edition",
eventLink: "https://lu.ma/q9fxutzd",
- pingedForURL: "",
city: "Reykjavic ",
country: "Iceland",
- region: "Europe",
- continent: "Europe",
- lat: "64.128288",
- lng: "-21.827774",
- readyToShow: "TRUE",
countryFlag: "🇮🇸",
},
{
host: "Crypto Céilí",
eventLink: "https://lu.ma/7zd11wah",
- pingedForURL: "",
city: "Dublin",
country: "Ireland",
- region: "Europe",
- continent: "Europe",
- lat: "53.35014",
- lng: "-6.266155",
- readyToShow: "TRUE",
countryFlag: "🇮🇪",
},
{
host: "Ethereum 10Y Anniversary Warsaw",
eventLink: "https://lu.ma/ethereum-10y-warsaw",
- pingedForURL: "",
city: "Warsaw",
country: "Poland",
- region: "Europe",
- continent: "Europe",
- lat: "52.237049",
- lng: "21.017532",
- readyToShow: "TRUE",
countryFlag: "🇵🇱",
},
{
host: "Ethereum 10Y Anniversary Berlin",
eventLink: "https://lu.ma/ethereum-10y-berlin",
- pingedForURL: "",
city: "Berlin",
country: "Germany",
- region: "Europe",
- continent: "Europe",
- lat: "52.520008",
- lng: "13.404954",
- readyToShow: "TRUE",
countryFlag: "🇩🇪",
},
{
host: "CryptoCanal Coworking x ETHGlobal x ETH Bday Edition 😎",
eventLink: "https://lu.ma/ol5cwfly",
- pingedForURL: "",
city: "Amsterdam",
country: "Netherlands",
- region: "Europe",
- continent: "Europe",
- lat: "52.3676°",
- lng: "4.9041°",
- readyToShow: "TRUE",
countryFlag: "🇳🇱",
},
{
host: "Deset Godina Ethereuma Zagreb",
eventLink: "https://lu.ma/p5z0t93b?tk=OTc4lD",
- pingedForURL: "",
city: "Zagreb",
country: "Croatia",
- region: "Europe",
- continent: "Europe",
- lat: "45.815399",
- lng: "15.966568",
- readyToShow: "TRUE",
countryFlag: "🇭🇷",
},
{
host: "ETHSofia Warmup: ETH turns 10!",
eventLink: "https://lu.ma/au2g7o93",
- pingedForURL: "",
city: "Sofia",
country: "Bulgaria",
- region: "Europe",
- continent: "Europe",
- lat: "42.698334",
- lng: "23.319941",
- readyToShow: "TRUE",
countryFlag: "🇧🇬",
},
{
host: "ETHVenice - 10 years of ethereum",
eventLink: "https://10yethanyvenice.eventbrite.com/",
- pingedForURL: "",
city: "Venice",
country: "Italy",
- region: "Europe",
- continent: "Europe",
- lat: "45.438759",
- lng: "12.327145",
- readyToShow: "TRUE",
countryFlag: "🇮🇹",
},
],
@@ -1554,203 +798,106 @@ const tenYearEventRegions: Record<
{
host: "Ethereum Monterrey",
eventLink: "https://lu.ma/8njndqrw",
- pingedForURL: "TRUE",
- eventLocation: "LaCuraduria",
- address:
- "Santa Catarina, Calle Hidalgo Nte 306-308, La Fama, 66100 Cdad. Santa Catarina, N.L., Mexico",
city: "Monterrey",
country: "Mexico",
- region: "North America",
- continent: "North America",
- lat: "25.6866",
- lng: "-100.3161",
- readyToShow: "TRUE",
countryFlag: "🇲🇽",
},
{
host: "Ethereum Austin",
eventLink: "https://www.meetup.com/ethereum-austin/events/307661745",
- pingedForURL: "FALSE",
- eventLocation: "2410 San Antonio Ave, Austin TX",
- address: "2410 San Antonio Ave, Austin TX",
city: "Austin",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "30.2672",
- lng: "-97.7431",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Highline Beta",
eventLink: "https://lu.ma/cjxur5u6",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "TBD",
city: "Toronto",
country: "Canada",
- region: "North America",
- continent: "North America",
- lat: "43.653225",
- lng: "-79.383186",
- readyToShow: "TRUE",
countryFlag: "🇨🇦",
},
{
host: "Ethereum 10Y Anniversary New York",
eventLink: "https://lu.ma/ethereum-10y-newyork",
- pingedForURL: "",
city: "New York",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "40.712775",
- lng: "-74.005973",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Ethereum 10Y Anniversary Toronto",
eventLink: "https://lu.ma/ethereum-10y-toronto",
- pingedForURL: "",
city: "Toronto",
country: "Canada",
- region: "North America",
- continent: "North America",
- lat: "43.653226",
- lng: "-79.383184",
- readyToShow: "TRUE",
countryFlag: "🇨🇦",
},
{
host: "Ethereum 10Y Anniversary Waterloo",
eventLink: "https://lu.ma/ethereum-10y-waterloo",
- pingedForURL: "",
city: "Waterloo",
country: "Canada",
- region: "North America",
- continent: "North America",
- lat: "43.464258",
- lng: "-80.52041",
- readyToShow: "TRUE",
countryFlag: "🇨🇦",
},
{
host: "Ethereum 10Y Anniversary Vancouver",
eventLink: "https://lu.ma/ethereum-10y-vancouver",
- pingedForURL: "",
city: "Vancouver",
country: "Canada",
- region: "North America",
- continent: "North America",
- lat: "49.282729",
- lng: "-123.120738",
- readyToShow: "TRUE",
countryFlag: "🇨🇦",
},
{
host: "Ethereum 10Y Anniversary San Francisco",
eventLink: "https://lu.ma/ethereum-10y-sanfrancisco",
- pingedForURL: "",
city: "San Francisco",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "37.774929",
- lng: "-122.419416",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Allo Capital",
eventLink: "https://lu.ma/0a9pnh0u",
- pingedForURL: "",
city: "Boulder",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "40.019",
- lng: "-105.2747",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Ethereum 10 Year Anniversary Celebration: Aspen🌳",
eventLink: "https://lu.ma/y5as6urz",
- pingedForURL: "",
city: "Aspen",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "39.191097",
- lng: "-106.817535",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Ethereum in Atlanta - A Decade on the Block",
eventLink: "https://lu.ma/o4usi8zx",
- pingedForURL: "",
city: "Atlanta",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "33.753746",
- lng: "-84.38633",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Ethereum 10Y Anniversary Mexico City",
eventLink: "https://lu.ma/ethereum-10y-mexico",
- pingedForURL: "",
city: "Mexico City",
country: "Mexico",
- region: "North America",
- continent: "North America",
- lat: "19.451054",
- lng: "-99.125519",
- readyToShow: "TRUE",
countryFlag: "🇲🇽",
},
{
host: "Ethereum 10Y Anniversary Montreal",
eventLink: "https://lu.ma/ethereum-10y-montreal",
- pingedForURL: "",
city: "Montreal",
country: "Canada",
- region: "North America",
- continent: "North America",
- lat: "45.508888",
- lng: "-73.561668",
- readyToShow: "TRUE",
countryFlag: "🇨🇦",
},
{
host: "Proof of Time: Ethereum 10 Year Anniversary",
eventLink: "https://lu.ma/ndkrenei",
- pingedForURL: "",
city: "Chicago",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "41.881832",
- lng: "-87.623177",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
{
host: "Together We Build: The First Digital Monument To Last Forever",
eventLink: "https://dustproject.org/10-years-ethereum",
- pingedForURL: "",
city: "Online",
country: "United States",
- region: "North America",
- continent: "North America",
- lat: "40.712775",
- lng: "-74.005973",
- readyToShow: "TRUE",
countryFlag: "🇺🇸",
},
],
@@ -1761,68 +908,36 @@ const tenYearEventRegions: Record<
{
host: "ETHSydney",
eventLink: "https://lu.ma/qx0g2942",
- pingedForURL: "FALSE",
- eventLocation: "Helix Collective Sydney Office",
- address: "level 1/2/14 Vine St, Redfern NSW 2016, Australia",
city: "Sydney",
country: "Australia",
- region: "Oceania",
- continent: "Oceania",
- lat: "-33.8688",
- lng: "151.2093",
- readyToShow: "TRUE",
countryFlag: "🇦🇺",
},
{
host: "I Love Eth- 10 year Party",
eventLink: "https://lu.ma/0426vwx5",
- pingedForURL: "",
city: "Southport",
country: "Australia",
- region: "Oceania",
- continent: "Oceania",
- lat: "-28.016666",
- lng: "153.399994",
- readyToShow: "TRUE",
countryFlag: "🇦🇺",
},
{
host: "10 Years of Ethereum - Sydney’s Pitch Night",
eventLink: "https://lu.ma/qx0g2942",
- pingedForURL: "",
city: "Redfern",
country: "Australia",
- region: "Oceania",
- continent: "Oceania",
- lat: "-33.89279",
- lng: "151.20415",
- readyToShow: "TRUE",
countryFlag: "🇦🇺",
},
{
host: "Ethereum 10Y Anniversary New Zealand",
eventLink: "https://lu.ma/ethereum-10y-newzealand",
- pingedForURL: "",
city: "Christchurch",
country: "New Zealand",
- region: "Oceania",
- continent: "Oceania",
- lat: "-43.52565",
- lng: "172.639847",
- readyToShow: "TRUE",
countryFlag: "🇳🇿",
},
{
host: "Ethereum turns 10! 🎉",
eventLink: "https://lu.ma/upf2dnym",
- pingedForURL: "",
city: "Auckland",
country: "New Zealand",
- region: "Oceania",
- continent: "Oceania",
- lat: "-36.848461",
- lng: "174.763336",
- readyToShow: "TRUE",
countryFlag: "🇳🇿",
},
],
@@ -1833,180 +948,92 @@ const tenYearEventRegions: Record<
{
host: "Sunway Blockchain Club",
eventLink: "https://lu.ma/wsiwh8qp",
- pingedForURL: "TRUE",
- eventLocation: "Sunway Univeristy",
- address: "TBD",
city: "Kuala Lumpur",
country: "Malaysia",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "3.1319",
- lng: "101.6841",
- readyToShow: "TRUE",
countryFlag: "🇲🇾",
},
{
host: "Davao DeFi Community",
eventLink: "https://lu.ma/gfivritq",
- pingedForURL: "TRUE",
- eventLocation: "Davao City Philippines (Exact venue to be arranged)",
- address: "TBD",
city: "Davao City",
country: "Philippines",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "7.0736",
- lng: "125.611",
- readyToShow: "TRUE",
countryFlag: "🇵🇭",
},
{
host: "ReFi Phangan & GreenPill Phangan",
eventLink: "https://lu.ma/k057yjjx",
- pingedForURL: "TRUE",
- eventLocation: "Koh Phangan, Surat Thani, Thailand",
- address: "TBD",
city: "Koh Phangan",
country: "Thailand",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "9.7319",
- lng: "100.0136",
- readyToShow: "TRUE",
countryFlag: "🇹🇭",
},
{
host: "ETH63",
eventLink: "https://lu.ma/5p9rkhqv",
- pingedForURL: "",
- eventLocation: "TBD",
- address: "TBD",
city: "Cebu",
country: "Philippines",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "10.315699",
- lng: "123.885437",
- readyToShow: "TRUE",
countryFlag: "🇵🇭",
},
{
host: "FAB DAO x GreenSofa (Greenpill Taiwan)",
eventLink: "https://lu.ma/j3htc853",
- pingedForURL: "",
city: "Taipei",
country: "Taiwan",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "25.0330°",
- lng: "121.5654°",
- readyToShow: "TRUE",
countryFlag: "🇹🇼",
},
{
host: "10 years of ETHEREUM",
eventLink: "https://lu.ma/2eekstuy",
- pingedForURL: "",
- eventLocation: "SUCI Super Hub",
- address: "90/5 Quoc Huong, Thao Dien ward",
city: "Ho Chi Minh city",
country: "Vietnam",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "10.8231",
- lng: "106.6297",
- readyToShow: "TRUE",
countryFlag: "🇻��",
},
{
host: "10 years of ETHEREUM HA NOI",
eventLink: "https://lu.ma/pf1qkqs0",
- pingedForURL: "",
city: "Hanoi",
country: "Vietnam",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "21.028511",
- lng: "105.804817",
- readyToShow: "TRUE",
countryFlag: "🇻🇳",
},
{
host: "10 years of ETHEREUM Da Nang",
eventLink: "https://lu.ma/t3vnzx07",
- pingedForURL: "",
city: "De Nang",
country: "Vietnam",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "16.047079",
- lng: "108.20623",
- readyToShow: "TRUE",
countryFlag: "🇻🇳",
},
{
host: "Install Privacy, 10 Years of Ethereum",
eventLink: "https://lu.ma/v82lfuyb",
- pingedForURL: "",
city: "Chiang Mai",
country: "Thailand",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "18.796143",
- lng: "98.979263",
- readyToShow: "TRUE",
countryFlag: "🇹🇭",
},
{
host: "Meetup: 10 Years of Ethereum",
eventLink: "https://lu.ma/ethereum-10y-singapore",
- pingedForURL: "",
city: "Singapore",
country: "Singapore",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "1.3521",
- lng: "103.8198",
- readyToShow: "TRUE",
countryFlag: "🇸🇬",
},
{
host: "ETHSG celebrates Ethereum's 10th!",
eventLink: "https://lu.ma/2596pn6w",
- pingedForURL: "",
city: "Singapore",
country: "Singapore",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "1.3521",
- lng: "103.8198",
- readyToShow: "TRUE",
countryFlag: "🇸🇬",
},
{
host: "Ethereum Genesis Day Celebration",
eventLink: "https://lu.ma/72lm6mu1",
- pingedForURL: "",
city: "Singapore",
country: "Singapore",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "1.29027",
- lng: "103.851959",
- readyToShow: "TRUE",
countryFlag: "🇸🇬",
},
{
host: "Ethereum Genesis - A Decade of Decentralization",
eventLink: "https://lu.ma/jr95ihyx",
- pingedForURL: "",
city: "Jakarta",
country: "Indonesia",
- region: "Southeast Asia",
- continent: "Southeast Asia",
- lat: "-6.2",
- lng: "106.816666",
- readyToShow: "TRUE",
countryFlag: "🇮🇩",
},
],