Skip to content

Commit 1482467

Browse files
authored
feat: add tUSD/eclipsemainnet-ethereum warp route (hyperlane-xyz#6220)
### Description This PR adds the Turbo USD (tUSD) warp route from Ethereum to Eclipse. Client: Nucleus/Eclipse. ### Related issues - [Nucleus Deployment](https://www.notion.so/hyperlanexyz/Nucleus-1dd6d35200d680feb39cc050ed2e1059?pvs=4) ### Backward compatibility Yes ### Testing Testing only possible via UI as our CLI tools don't support EVM-SVM roundtrip transfers. The UI testing is not yet possible because the tUSD token on Ethereum is not fully configured.
1 parent f8696c7 commit 1482467

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"eclipsemainnet": {
3+
"hex": "0x3c141cbabe775eb1cb82d357bed3724e39e4fd2de256aee2a69de336d360d97a",
4+
"base58": "53XFTNcTRTzrNyD3QodXbRBZ249G8v3iSHh8FzYeHZoX"
5+
},
6+
"ethereum": {
7+
"hex": "0x00000000000000000000000069b1a59e98d94e1b9647c08cb295fc52597d20f0",
8+
"base58": "1111111111112UQUH3pY5HJ7m8iy1sgSB5Gs9dvX"
9+
}
10+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"eclipsemainnet": {
3+
"type": "synthetic",
4+
"decimals": 6,
5+
"remoteDecimals": 6,
6+
"name": "Turbo USD",
7+
"symbol": "tUSD",
8+
"uri": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/71b97e47ffe47348b2ea9cb1bde344ca78daea50/deployments/warp_routes/tUSD/metadata.json",
9+
"interchainGasPaymaster": "3Wp4qKkgf4tjXz1soGyTSndCgBPLZFSrZkiDZ8Qp9EEj"
10+
},
11+
"ethereum": {
12+
"type": "collateral",
13+
"decimals": 6,
14+
"token": "0x722a851B6798D65b80526562Fc3a36E19b1F883b",
15+
"foreignDeployment": "0x69B1A59e98D94E1B9647C08Cb295Fc52597D20f0"
16+
}
17+
}

0 commit comments

Comments
 (0)