Skip to content

Commit

Permalink
add mainnet launch release
Browse files Browse the repository at this point in the history
  • Loading branch information
apisit committed Jul 26, 2024
1 parent 31646fd commit 8be80b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
import React from "react"
export default function Releases() {
const releases = [
{
"date": "25/07/2024",
"title": "MainNet Launch",
"url": "https://medium.com/neo-smart-economy/neo-x-mainnet-launches-f524ab7afeb6",
"logs": [
"dBFT governance with StandBy validators.",
"Native bridge with bidirectional bridging between N3 and X.",
"Explorer, Governance, and Bridging apps,",
]
},
{
"date": "15/07/2024",
"title": "Gamma TestNet Launch",
Expand Down Expand Up @@ -34,7 +44,7 @@ export default function Releases() {
]
},
{
"date": "29/12/2024",
"date": "29/12/2023",
"title": "Pre-Alpha TestNet Launch",
"url": "https://medium.com/@neo-blockchain/announcing-the-neo-x-pre-alpha-testnet-launch-4eff78560bdd",
"logs": [
Expand Down

0 comments on commit 8be80b7

Please sign in to comment.