-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add apxETH and ezSOL deploys to Eclipse (#399)
### 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
Showing
7 changed files
with
61 additions
and
2 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': minor | ||
--- | ||
|
||
Add apxETH and ezSOL deploys to Eclipse |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/APXETH/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: 9pEgj7m2VkwLtJHPtTw5d8vbB7kfjzcXXCRgdwruW7C2 | ||
ethereum: | ||
collateral: "0xd34FE1685c28A68Bb4B8fAaadCb2769962AE737c" |
24 changes: 24 additions & 0 deletions
24
deployments/warp_routes/APXETH/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,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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/EZSOL/eclipsemainnet-solanamainnet-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: CshTfxXWMvnRAwBTCjQ4577bkP5po5ZuNG1QTuQxA5Au | ||
solanamainnet: | ||
collateral: b5pMgizA9vrGRt3hVqnU7vUVGBQUnLpwPzcJhG1ucyQ |
23 changes: 23 additions & 0 deletions
23
deployments/warp_routes/EZSOL/eclipsemainnet-solanamainnet-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,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 |
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