-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(warp-route): added the USDT warp route from ethereum to superseed (
#473) ### Description Adds the USDT warp route artifacts for connecting ethereum and superseed ### Backward compatibility - YES ### Testing - CLI - Ran UI locally
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 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': minor | ||
--- | ||
|
||
add the USDT warp route from ethereum to superseed |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/USDT/ethereum-superseed-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,4 @@ | ||
ethereum: | ||
collateral: "0xA7Db85E2925e3fec7C33A20d87CC895C948e62b3" | ||
superseed: | ||
synthetic: "0xc5068BB6803ADbe5600DE5189fe27A4dAcE31170" |
22 changes: 22 additions & 0 deletions
22
deployments/warp_routes/USDT/ethereum-superseed-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,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 |