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

feat: added the ethereum-form usdt/usdc route #449

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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/five-papayas-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

added the ethereum form usdt warp route
4 changes: 4 additions & 0 deletions deployments/warp_routes/USDC/ethereum-form-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x3551011EA5F210981E9C2a8659444011370f41e2"
form:
collateral: "0xC316C8252B5F2176d0135Ebb0999E99296998F2e"
22 changes: 22 additions & 0 deletions deployments/warp_routes/USDC/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x3551011EA5F210981E9C2a8659444011370f41e2"
chainName: ethereum
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
connections:
- token: ethereum|form|0xC316C8252B5F2176d0135Ebb0999E99296998F2e
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypCollateral
symbol: USDC
- addressOrDenom: "0xC316C8252B5F2176d0135Ebb0999E99296998F2e"
chainName: form
collateralAddressOrDenom: "0xFBf489bb4783D4B1B2e7D07ba39873Fb8068507D"
connections:
- token: ethereum|ethereum|0x3551011EA5F210981E9C2a8659444011370f41e2
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypCollateralFiat
symbol: USDC
4 changes: 4 additions & 0 deletions deployments/warp_routes/USDT/ethereum-form-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304"
form:
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
21 changes: 21 additions & 0 deletions deployments/warp_routes/USDT/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304"
chainName: ethereum
collateralAddressOrDenom: "0xdac17f958d2ee523a2206206994597c13d831ec7"
connections:
- token: ethereum|form|0xFA3198ecF05303a6d96E57a45E6c815055D255b1
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypCollateral
symbol: USDT
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
chainName: form
connections:
- token: ethereum|ethereum|0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypSynthetic
symbol: USDT
Loading