Skip to content

Commit

Permalink
fix: update upcoming chains
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 21, 2023
1 parent 53c755f commit 976d83f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/ui/assets/svg/mantle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/ui/assets/svg/router.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions packages/ui/components/UpcomingChains.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,21 @@ export default {
path: 'https://fantom.foundation/',
img: 'upcoming_fantom',
},
{
name: 'StarkNet',
path: 'https://starkware.co/starknet/',
img: 'upcoming_starknet',
},
{
name: 'Obscuro',
path: 'https://obscu.ro/',
img: 'upcoming_obscuro',
},
{
name: 'Mantle',
path: 'https://www.mantle.xyz/',
img: 'mantle',
},
{
name: 'Router',
path: 'https://www.routerprotocol.com/',
img: 'router',
},
],
}
},
Expand Down

0 comments on commit 976d83f

Please sign in to comment.