Skip to content

Commit

Permalink
Merge pull request #30 from JeremyParish69/update-upcoming-assets
Browse files Browse the repository at this point in the history
Add initial batch of Upcoming Assets
  • Loading branch information
JeremyParish69 authored Mar 15, 2024
2 parents e701e93 + 36caceb commit 5e37ea1
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 7 deletions.
194 changes: 194 additions & 0 deletions cms/landing-page/images/avail_logo_icon3x-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cms/landing-page/images/tnkr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cms/landing-page/images/w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 42 additions & 5 deletions cms/landing-page/landing-page.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,48 @@
{
"upcomingAssets": [
{
"assetName": "Osmosis",
"symbol": "OSMO",
"chainName": "Osmosis",
"logoURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png",
"estimatedLaunchDateUtc": "2049-01-01T01:01:01Z",
"assetName": "Wormhole",
"symbol": "W",
"chainName": "Wormhole Gateway",
"logoURL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/landing-page/images/w.png",
"estimatedLaunchDateUtc": "2024-03-20T00:00:00Z",
"showLaunchDate": false,
"osmosisAirdrop": false
},
{
"assetName": "Tinkernet",
"symbol": "TNKR",
"chainName": "Tinkernet",
"logoURL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/landing-page/images/tnkr.png",
"estimatedLaunchDateUtc": "2024-03-25T00:00:00Z",
"showLaunchDate": false,
"osmosisAirdrop": false
},
{
"assetName": "Saga",
"symbol": "SAGA",
"chainName": "Saga",
"logoURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
"estimatedLaunchDateUtc": "2024-04-07T00:00:00Z",
"showLaunchDate": false,
"osmosisAirdrop": false
},
{
"assetName": "Andr",
"symbol": "ANDR",
"chainName": "Andromeda",
"logoURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
"estimatedLaunchDateUtc": "2024-04-15T00:00:00Z",
"showLaunchDate": false,
"osmosisAirdrop": false
},
{
"assetName": "Avail",
"symbol": "AVAIL",
"chainName": "Avail",
"logoURL": "https://raw.githubusercontent.com/osmosis-labs/fe-content/main/cms/landing-page/images/avail_logo_icon3x-1.svg",
"estimatedLaunchDateUtc": "2024-04-10T00:00:00Z",
"showLaunchDate": false,
"osmosisAirdrop": false
}
]
Expand Down
Loading

0 comments on commit 5e37ea1

Please sign in to comment.