Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pzEth into ezeth #282

Merged
merged 5 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^1.7.14",
"@hyperlane-xyz/registry": "4.3.6",
"@hyperlane-xyz/registry": "4.6.0",
"@hyperlane-xyz/sdk": "5.3.0",
"@hyperlane-xyz/utils": "5.3.0",
"@hyperlane-xyz/widgets": "5.3.0",
Expand Down
20 changes: 20 additions & 0 deletions src/consts/warpRoutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,23 @@ tokens:
- token: ethereum|linea|0xC59336D8edDa9722B4f1Ec104007191Ec16f7087
- token: ethereum|ethereum|0xC59336D8edDa9722B4f1Ec104007191Ec16f7087
- token: ethereum|fraxtal|0x3aE8635A4D581d40a6Edfb3f2ED480f9532994F5
- chainName: ethereum
addressOrDenom: '0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd'
collateralAddressOrDenom: '0xbC5511354C4A9a50DE928F56DB01DD327c4e56d5'
connections:
- token: ethereum|zircuit|0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764
decimals: 18
logoURI: /deployments/warp_routes/PZETH/logo.svg
name: 'Renzo Restaked LST '
standard: EvmHypXERC20Lockbox
symbol: pzETH
- chainName: zircuit
addressOrDenom: '0x8303Ce0E207BB44a3D3B2313AC219d0fC73b3764'
collateralAddressOrDenom: '0x9cb41CD74D01ae4b4f640EC40f7A60cA1bCF83E7'
connections:
- token: ethereum|ethereum|0x0220b1EA1b56ECE8e2b62c8965659f0A621e9ebd
decimals: 18
logoURI: /deployments/warp_routes/PZETH/logo.svg
name: 'Renzo Restaked LST '
standard: EvmHypXERC20
symbol: pzETH
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3968,6 +3968,16 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/registry@npm:4.6.0":
version: 4.6.0
resolution: "@hyperlane-xyz/registry@npm:4.6.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 696eb36da72983645cea6beaebfd2d2e9c262b96c408c0f00d20495d9243cff9498c1ae4258089254667e490728344e6b7a44700bc02928468cfc82ec0d87000
languageName: node
linkType: hard

"@hyperlane-xyz/sdk@npm:5.3.0":
version: 5.3.0
resolution: "@hyperlane-xyz/sdk@npm:5.3.0"
Expand Down Expand Up @@ -4032,7 +4042,7 @@ __metadata:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@headlessui/react": "npm:^1.7.14"
"@hyperlane-xyz/registry": "npm:4.3.6"
"@hyperlane-xyz/registry": "npm:4.6.0"
"@hyperlane-xyz/sdk": "npm:5.3.0"
"@hyperlane-xyz/utils": "npm:5.3.0"
"@hyperlane-xyz/widgets": "npm:5.3.0"
Expand Down
Loading