Skip to content

Commit

Permalink
fix: amphrETH warp route including arbitrum (#318)
Browse files Browse the repository at this point in the history
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->

### 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
daniel-savu authored Oct 22, 2024
1 parent 6d61a4a commit c2cdaaf
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-jobs-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Redeploy amphrETH route
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
arbitrum:
synthetic: "0x6D251aADfc6Ff69031e01eA39bE3cb5BABf8438f"
ethereum:
collateral: "0xdc89990a6fdC1C922b841f1d977835628A24Ed57"
zircuit:
synthetic: "0x7D5a79539d7B1c9aE5e54d18EEE188840f1Fe4CC"
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x6D251aADfc6Ff69031e01eA39bE3cb5BABf8438f"
chainName: arbitrum
connections:
- token: ethereum|ethereum|0xdc89990a6fdC1C922b841f1d977835628A24Ed57
- token: ethereum|zircuit|0x7D5a79539d7B1c9aE5e54d18EEE188840f1Fe4CC
decimals: 18
logoURI: /deployments/warp_routes/AMPHRETH/logo.svg
name: Amphor Restaked ETH
standard: EvmHypSynthetic
symbol: amphrETH
- addressOrDenom: "0xdc89990a6fdC1C922b841f1d977835628A24Ed57"
chainName: ethereum
collateralAddressOrDenom: "0x5fD13359Ba15A84B76f7F87568309040176167cd"
connections:
- token: ethereum|arbitrum|0x6D251aADfc6Ff69031e01eA39bE3cb5BABf8438f
- token: ethereum|zircuit|0x7D5a79539d7B1c9aE5e54d18EEE188840f1Fe4CC
decimals: 18
logoURI: /deployments/warp_routes/AMPHRETH/logo.svg
name: Amphor Restaked ETH
standard: EvmHypCollateral
symbol: amphrETH
- addressOrDenom: "0x7D5a79539d7B1c9aE5e54d18EEE188840f1Fe4CC"
chainName: zircuit
connections:
- token: ethereum|arbitrum|0x6D251aADfc6Ff69031e01eA39bE3cb5BABf8438f
- token: ethereum|ethereum|0xdc89990a6fdC1C922b841f1d977835628A24Ed57
decimals: 18
logoURI: /deployments/warp_routes/AMPHRETH/logo.svg
name: Amphor Restaked ETH
standard: EvmHypSynthetic
symbol: amphrETH

This file was deleted.

21 changes: 0 additions & 21 deletions deployments/warp_routes/AMPHRETH/ethereum-zircuit-config.yaml

This file was deleted.

0 comments on commit c2cdaaf

Please sign in to comment.