Skip to content

Commit

Permalink
feat: add weETHs deploy config and addresses (#362)
Browse files Browse the repository at this point in the history
### Description

Artifacts from deploying the Ethereum <> Eclipsemainnet weETHs warp
route

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
  • Loading branch information
tkporter authored Nov 6, 2024
1 parent 0921b6d commit 8ca7431
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-hairs-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Add weETHs deploy config and addresses
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipsemainnet:
synthetic: 7Zx4wU1QAw98MfvnPFqRh1oyumek7G5VAX6TKB3U1tcn
ethereum:
collateral: "0xef899e92DA472E014bE795Ecce948308958E25A2"
22 changes: 22 additions & 0 deletions deployments/warp_routes/weETHs/eclipsemainnet-ethereum-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xef899e92DA472E014bE795Ecce948308958E25A2"
chainName: ethereum
collateralAddressOrDenom: "0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88"
connections:
- token: sealevel|eclipsemainnet|7Zx4wU1QAw98MfvnPFqRh1oyumek7G5VAX6TKB3U1tcn
decimals: 18
logoURI: /deployments/warp_routes/weETHs/logo.svg
name: Super Symbiotic LRT
standard: EvmHypCollateral
symbol: weETHs
- addressOrDenom: 7Zx4wU1QAw98MfvnPFqRh1oyumek7G5VAX6TKB3U1tcn
chainName: eclipsemainnet
collateralAddressOrDenom: F72PqK74jc28zjC7kWDk6ykJ2ZAbjNzn2jaAY9v9M6om
connections:
- token: ethereum|ethereum|0xef899e92DA472E014bE795Ecce948308958E25A2
decimals: 9
logoURI: /deployments/warp_routes/weETHs/logo.svg
name: Super Symbiotic LRT
standard: SealevelHypSynthetic
symbol: weETHs

0 comments on commit 8ca7431

Please sign in to comment.