Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(warp): Update ethereum / eclipse tETH warp config and addresses #223

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sweet-dolls-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Update ethereum / eclipse tETH warp config and addresses
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eclipsemainnet:
synthetic: BJa3fPvvjKx8gRCWunoSrWBbsmieub37gsGpjp4BfTfW
synthetic: 6GM7hy6M6LjhadG1xuKXPQ3jPC1eieEszR8DforoRzUp
ethereum:
collateral: "0x3Ac6A6Cca0b49C3f3f06D12F46e8d88EEfbB7415"
collateral: "0xc2495f3183F043627CAECD56dAaa726e3B2D9c09"
10 changes: 5 additions & 5 deletions deployments/warp_routes/tETH/ethereum-eclipsemainnet-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x3Ac6A6Cca0b49C3f3f06D12F46e8d88EEfbB7415"
- addressOrDenom: "0xc2495f3183F043627CAECD56dAaa726e3B2D9c09"
chainName: ethereum
collateralAddressOrDenom: "0x19e099B7aEd41FA52718D780dDA74678113C0b32"
connections:
- token: sealevel|eclipsemainnet|BJa3fPvvjKx8gRCWunoSrWBbsmieub37gsGpjp4BfTfW
- token: sealevel|eclipsemainnet|6GM7hy6M6LjhadG1xuKXPQ3jPC1eieEszR8DforoRzUp
decimals: 18
logoURI: /deployments/warp_routes/tETH/logo.svg
name: Eclipse Turbo ETH
standard: EvmHypCollateral
symbol: tETH
- addressOrDenom: BJa3fPvvjKx8gRCWunoSrWBbsmieub37gsGpjp4BfTfW
- addressOrDenom: 6GM7hy6M6LjhadG1xuKXPQ3jPC1eieEszR8DforoRzUp
chainName: eclipsemainnet
collateralAddressOrDenom: Hm7FzFMQYxRay1AJxJN4ScBrpMakj8xxXaFcWiU7KLGK
collateralAddressOrDenom: GU7NS9xCwgNPiAdJ69iusFrRfawjDDPjeMBovhV1d4kn
connections:
- token: ethereum|ethereum|0x3Ac6A6Cca0b49C3f3f06D12F46e8d88EEfbB7415
- token: ethereum|ethereum|0xc2495f3183F043627CAECD56dAaa726e3B2D9c09
decimals: 9
foreignDecimals: 18
logoURI: /deployments/warp_routes/tETH/logo.svg
Expand Down
Loading