Skip to content
Closed
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
[![Release Drafter](https://github.com/lygg6699/ethereum-org-website/actions/workflows/release-drafter.yml/badge.svg?branch=dev)](https://github.com/lygg6699/ethereum-org-website/actions/workflows/release-drafter.yml)
22 changes: 22 additions & 0 deletions src/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,17 @@ const chains = [
},
chain: "FETH",
},
{
name: "Unichain",
infoURL: "https://unichain.org",
chainId: 130,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Defi Oracle Meta Mainnet",
infoURL: "https://info.defi-oracle.io/",
Expand Down Expand Up @@ -1594,6 +1605,17 @@ const chains = [
},
chain: "henez",
},
{
name: "Lumoz Chain Mainnet",
infoURL: "https://lumoz.org",
chainId: 96370,
nativeCurrency: {
name: "Lumoz Mainnet Token",
symbol: "MOZ",
decimals: 18,
},
chain: "ETH",
},
{
name: "Plume Devnet",
infoURL: "https://plumenetwork.xyz/",
Expand Down
3 changes: 3 additions & 0 deletions src/data/community-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,11 @@
"location": "Dubai, UAE",
"description": "The Ethereum dev conference and hackathon in Dubai on everything DeFi, privacy, L2s, AVS, AI Agents, intents, Account Abstraction and more with a focus on decentralization and community projects. ETHDubai also organizes a Demo Pitch Day with VCs.",
"startDate": "2025-04-28",

"endDate": "2025-04-29"
"endDate": "2025-04-29",
"imageUrl": "https://www.ethdubaiconf.org/ethdubaicard1.png"

},
{
"title": "Staking Summit*",
Expand Down