Skip to content

Commit

Permalink
add: hydro as liquidity hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kostovster committed Dec 30, 2024
1 parent 2cae4ff commit e672029
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
21 changes: 21 additions & 0 deletions src/assets/images/hubs/hydro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/views/HomePartials/Hubs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import NolusContainer from "@/components/NolusContainer.vue";
import osmosisImage from "../../assets/images/hubs/osmosis.svg";
import astroportImage from "../../assets/images/hubs/astroport.svg";
import hydroImage from "../../assets/images/hubs/hydro.svg";
const hubs = [
{
Expand All @@ -69,6 +70,14 @@ const hubs = [
comingSoon: false,
image: astroportImage,
link: "https://astroport.finance/"
}
},
{
id: 3,
shortName: "Neutron",
fullName: "Hydro",
comingSoon: false,
image: hydroImage,
link: "https://hydro.cosmos.network/"
},
];
</script>

0 comments on commit e672029

Please sign in to comment.