Skip to content

Commit

Permalink
chore: add USDT
Browse files Browse the repository at this point in the history
  • Loading branch information
devpavan04 committed Feb 11, 2025
1 parent b03b56c commit 966ac17
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions libs/tangle-shared-ui/src/constants/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,18 @@ export const BRIDGE_TOKENS: Record<PresetTypedChainId, BridgeToken[]> = {
'0x524322C9bF30137E12f86EFE74D1Cba05f4126Fa',
),
},
{
symbol: 'USDT',
tokenType: 'USDT' as EVMTokenEnum,
bridgeType: EVMTokenBridgeEnum.Hyperlane,
address: assertEvmAddress('0x91611BFabaD20B5f8f286705C6510456E43E427F'),
abi: assertAbi(erc20Abi),
decimals: 6,
chainId: PresetTypedChainId.EthereumMainNet,
hyperlaneSyntheticAddress: assertEvmAddress(
'0xa06898e779998eC3a749368DF924d5b94C2465b4',
),
},
],
[PresetTypedChainId.Polygon]: [
{
Expand Down Expand Up @@ -2218,6 +2230,20 @@ export const HYPERLANE_WARP_ROUTE_CONFIGS: WarpCoreConfig = {
standard: TokenStandard.EvmHypCollateral,
symbol: 'USDT',
},
{
addressOrDenom: '0x91611BFabaD20B5f8f286705C6510456E43E427F',
chainName: 'ethereum',
collateralAddressOrDenom: '0xdAC17F958D2ee523a2206206994597C13D831ec7',
connections: [
{
token: 'ethereum|tangle|0xa06898e779998eC3a749368DF924d5b94C2465b4',
},
],
decimals: 6,
name: 'Tether USD',
standard: TokenStandard.EvmHypCollateral,
symbol: 'USDT',
},
{
addressOrDenom: '0xa06898e779998eC3a749368DF924d5b94C2465b4',
chainName: 'tangle',
Expand All @@ -2232,6 +2258,9 @@ export const HYPERLANE_WARP_ROUTE_CONFIGS: WarpCoreConfig = {
{
token: 'ethereum|polygon|0x72141B45a23333011AaAb07D6fDEBbE97049091e',
},
{
token: 'ethereum|ethereum|0x91611BFabaD20B5f8f286705C6510456E43E427F',
},
],
decimals: 6,
name: 'Tether USD',
Expand Down Expand Up @@ -3686,6 +3715,7 @@ export const HYPERLANE_WARP_ROUTE_WHITELIST: Array<string> | null = [
'USDT/base-tangle',
'USDT/optimism-tangle',
'USDT/polygon-tangle',
'USDT/ethereum-tangle',
'USDX/arbitrum-tangle',
'WBTC/arbitrum-tangle',
'WBTC/base-tangle',
Expand Down

0 comments on commit 966ac17

Please sign in to comment.