Skip to content
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
1 change: 1 addition & 0 deletions src/data/community-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
"startDate": "2025-04-28",
"endDate": "2025-04-29",
"imageUrl": "https://www.ethdubaiconf.org/ethdubaicard1.png"

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