-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: amphrETH warp route including arbitrum (#318)
### 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
1 parent
6d61a4a
commit c2cdaaf
Showing
5 changed files
with
44 additions
and
25 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 | ||
--- | ||
|
||
Redeploy amphrETH route |
6 changes: 6 additions & 0 deletions
6
deployments/warp_routes/AMPHRETH/arbitrum-ethereum-zircuit-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,6 @@ | ||
arbitrum: | ||
synthetic: "0x6D251aADfc6Ff69031e01eA39bE3cb5BABf8438f" | ||
ethereum: | ||
collateral: "0xdc89990a6fdC1C922b841f1d977835628A24Ed57" | ||
zircuit: | ||
synthetic: "0x7D5a79539d7B1c9aE5e54d18EEE188840f1Fe4CC" |
33 changes: 33 additions & 0 deletions
33
deployments/warp_routes/AMPHRETH/arbitrum-ethereum-zircuit-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,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 |
4 changes: 0 additions & 4 deletions
4
deployments/warp_routes/AMPHRETH/ethereum-zircuit-addresses.yaml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
deployments/warp_routes/AMPHRETH/ethereum-zircuit-config.yaml
This file was deleted.
Oops, something went wrong.