Skip to content

Commit

Permalink
chore: unhide stargaze post
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 16, 2024
1 parent f61b327 commit fbe77e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions site/src/assets/images/aligned-layer/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions site/src/assets/images/stargaze/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/src/assets/images/stargaze/union-polygon-stargaze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions site/src/content/blog/aligned-layer-partnership.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ date: 2024-04-26
author: "union_build"
description: "Union is set to enhance its zero-knowledge interoperability through a strategic collaboration with Aligned Layer."
hidden: false
cover: "/src/assets/images/aligned-layer.svg"
cover: "/src/assets/images/aligned-layer/cover.png"
---

import { Image } from "astro:assets";
import unionAlignedLayer from "#/assets/images/aligned-layer.svg"
import unionAlignedLayer from "#/assets/images/aligned-layer/union-aligned.svg"


Union is set to enhance its zero-knowledge interoperability through a strategic collaboration with Aligned Layer. This partnership will leverage Aligned’s universal verification layer to settle proofs on Ethereum through EigenLayer's AVS to generate faster and cheaper bridge transactions.

<Image
alt="Union Aligned Layer Partnership"
src={unionAlignedLayer}
class="mb-2"
format='avif'
loading="eager"
src={unionAlignedLayer}
alt="Union Aligned Layer Partnership"
/>

## The Power of BLS Signatures
Expand Down

0 comments on commit fbe77e8

Please sign in to comment.