Skip to content

Commit

Permalink
feat(warp-route): added the USDT warp route from ethereum to superseed (
Browse files Browse the repository at this point in the history
#473)

### Description

Adds the USDT warp route artifacts for connecting ethereum and superseed

### Backward compatibility

- YES

### Testing

- CLI
- Ran UI locally
  • Loading branch information
xeno097 authored Jan 8, 2025
1 parent 6a366f7 commit 243f404
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-rivers-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

add the USDT warp route from ethereum to superseed
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0xA7Db85E2925e3fec7C33A20d87CC895C948e62b3"
superseed:
synthetic: "0xc5068BB6803ADbe5600DE5189fe27A4dAcE31170"
22 changes: 22 additions & 0 deletions deployments/warp_routes/USDT/ethereum-superseed-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xA7Db85E2925e3fec7C33A20d87CC895C948e62b3"
chainName: ethereum
coinGeckoId: tether
collateralAddressOrDenom: "0xdac17f958d2ee523a2206206994597c13d831ec7"
connections:
- token: ethereum|superseed|0xc5068BB6803ADbe5600DE5189fe27A4dAcE31170
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypCollateral
symbol: USDT
- addressOrDenom: "0xc5068BB6803ADbe5600DE5189fe27A4dAcE31170"
chainName: superseed
connections:
- token: ethereum|ethereum|0xA7Db85E2925e3fec7C33A20d87CC895C948e62b3
decimals: 6
logoURI: /deployments/warp_routes/USDT/logo.svg
name: Tether USD
standard: EvmHypSynthetic
symbol: USDT

0 comments on commit 243f404

Please sign in to comment.