Skip to content

Commit

Permalink
feat: add apxETH and ezSOL deploys to Eclipse (#399)
Browse files Browse the repository at this point in the history
### Description

- Deploys apxETH between Ethereum and Eclipse, and ezSOL between Solana
and Eclipse
- Also made the logo slightly smaller and this one was able to have
whitespace trimmed

### 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 26, 2024
1 parent fa13e99 commit 385b839
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-beers-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add apxETH and ezSOL deploys to Eclipse
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipsemainnet:
synthetic: 9pEgj7m2VkwLtJHPtTw5d8vbB7kfjzcXXCRgdwruW7C2
ethereum:
collateral: "0xd34FE1685c28A68Bb4B8fAaadCb2769962AE737c"
24 changes: 24 additions & 0 deletions deployments/warp_routes/APXETH/eclipsemainnet-ethereum-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xd34FE1685c28A68Bb4B8fAaadCb2769962AE737c"
chainName: ethereum
# Not directly listed on Coingecko, but Ethereum is a close approximation
coinGeckoId: ethereum
collateralAddressOrDenom: "0x9ba021b0a9b958b5e75ce9f6dff97c7ee52cb3e6"
connections:
- token: sealevel|eclipsemainnet|9pEgj7m2VkwLtJHPtTw5d8vbB7kfjzcXXCRgdwruW7C2
decimals: 18
logoURI: /deployments/warp_routes/EZSOL/logo.svg
name: Autocompounding Pirex Ether
standard: EvmHypCollateral
symbol: apxETH
- addressOrDenom: 9pEgj7m2VkwLtJHPtTw5d8vbB7kfjzcXXCRgdwruW7C2
chainName: eclipsemainnet
collateralAddressOrDenom: 6AjQBsySS1FtQmA7a4oYc6GYpHBTDqtSswptsVSTz3Tv
connections:
- token: ethereum|ethereum|0xd34FE1685c28A68Bb4B8fAaadCb2769962AE737c
decimals: 9
logoURI: /deployments/warp_routes/APXETH/logo.svg
name: Autocompounding Pirex Ether
standard: SealevelHypSynthetic
symbol: apxETH
2 changes: 1 addition & 1 deletion deployments/warp_routes/APXETH/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipsemainnet:
synthetic: CshTfxXWMvnRAwBTCjQ4577bkP5po5ZuNG1QTuQxA5Au
solanamainnet:
collateral: b5pMgizA9vrGRt3hVqnU7vUVGBQUnLpwPzcJhG1ucyQ
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: CshTfxXWMvnRAwBTCjQ4577bkP5po5ZuNG1QTuQxA5Au
chainName: eclipsemainnet
collateralAddressOrDenom: Fu5P5ikrnQ8BKZECJ1XeeDAaTgWJUrcjw8JmFrNA8TJk
connections:
- token: sealevel|solanamainnet|b5pMgizA9vrGRt3hVqnU7vUVGBQUnLpwPzcJhG1ucyQ
decimals: 9
logoURI: /deployments/warp_routes/EZSOL/logo.svg
name: Renzo Restaked SOL
standard: SealevelHypSynthetic
symbol: ezSOL
- addressOrDenom: b5pMgizA9vrGRt3hVqnU7vUVGBQUnLpwPzcJhG1ucyQ
chainName: solanamainnet
coinGeckoId: renzo-restaked-sol
collateralAddressOrDenom: ezSoL6fY1PVdJcJsUpe5CM3xkfmy3zoVCABybm5WtiC
connections:
- token: sealevel|eclipsemainnet|CshTfxXWMvnRAwBTCjQ4577bkP5po5ZuNG1QTuQxA5Au
decimals: 9
logoURI: /deployments/warp_routes/EZSOL/logo.svg
name: Renzo Restaked SOL
standard: SealevelHypCollateral
symbol: ezSOL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tokens:
connections:
- token: ethereum|ethereum|0xc2495f3183F043627CAECD56dAaa726e3B2D9c09
decimals: 9
foreignDecimals: 18
logoURI: /deployments/warp_routes/tETH/logo.svg
name: tETH
standard: SealevelHypSynthetic
Expand Down

0 comments on commit 385b839

Please sign in to comment.