Skip to content

Commit

Permalink
feat: Add pzEth artifacts (#250)
Browse files Browse the repository at this point in the history
### Description
Adds pzEth artifacts
  • Loading branch information
ltyu authored Oct 4, 2024
1 parent 43b6686 commit 14268ea
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-fishes-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add pzETH between ethereum and zircuit
4 changes: 4 additions & 0 deletions deployments/warp_routes/PZETH/ethereum-zircuit-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
xERC20Lockbox: "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
zircuit:
xERC20: "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
22 changes: 22 additions & 0 deletions deployments/warp_routes/PZETH/ethereum-zircuit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd"
chainName: ethereum
collateralAddressOrDenom: "0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5"
connections:
- token: ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764
decimals: 18
logoURI: /deployments/warp_routes/PZETH/logo.svg
name: "Renzo Restaked LST "
standard: EvmHypXERC20Lockbox
symbol: pzETH
- addressOrDenom: "0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764"
chainName: zircuit
collateralAddressOrDenom: "0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7"
connections:
- token: ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd
decimals: 18
logoURI: /deployments/warp_routes/PZETH/logo.svg
name: "Renzo Restaked LST "
standard: EvmHypXERC20
symbol: pzETH
29 changes: 29 additions & 0 deletions deployments/warp_routes/PZETH/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14268ea

Please sign in to comment.