-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add weETHs deploy config and addresses (#362)
### 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
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': patch | ||
--- | ||
|
||
Add weETHs deploy config and addresses |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/weETHs/eclipsemainnet-ethereum-addresses.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
22
deployments/warp_routes/weETHs/eclipsemainnet-ethereum-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |