From c7d9a40c391f5bade622faa05c8ba5adf5aaef51 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 25 Oct 2024 16:30:29 +0100 Subject: [PATCH] Add TIA token to new Stride deploys to work in warp UI (#334) ### Description - The TIA token itself must be present if it's used as the IGP token - Tested locally ### Backward compatibility ### Testing --------- Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> --- .changeset/neat-adults-march.md | 5 +++++ deployments/warp_routes/TIA/eclipse-stride-config.yaml | 8 ++++++++ deployments/warp_routes/stTIA/eclipse-stride-config.yaml | 8 ++++++++ 3 files changed, 21 insertions(+) create mode 100644 .changeset/neat-adults-march.md diff --git a/.changeset/neat-adults-march.md b/.changeset/neat-adults-march.md new file mode 100644 index 000000000..ecc2fcd7d --- /dev/null +++ b/.changeset/neat-adults-march.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': patch +--- + +Add TIA token for IGP support in UI diff --git a/deployments/warp_routes/TIA/eclipse-stride-config.yaml b/deployments/warp_routes/TIA/eclipse-stride-config.yaml index ca9c13864..ed386ada3 100644 --- a/deployments/warp_routes/TIA/eclipse-stride-config.yaml +++ b/deployments/warp_routes/TIA/eclipse-stride-config.yaml @@ -28,3 +28,11 @@ tokens: name: Celestia standard: SealevelHypSynthetic symbol: TIA + # TIA, required for the IGP payment but not connected to any other chain + - addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801 + chainName: stride + decimals: 6 + logoURI: /deployments/warp_routes/TIA/logo.svg + name: Celestia + standard: CosmosIbc + symbol: TIA diff --git a/deployments/warp_routes/stTIA/eclipse-stride-config.yaml b/deployments/warp_routes/stTIA/eclipse-stride-config.yaml index 215f9cf1a..dc42bdebf 100644 --- a/deployments/warp_routes/stTIA/eclipse-stride-config.yaml +++ b/deployments/warp_routes/stTIA/eclipse-stride-config.yaml @@ -28,3 +28,11 @@ tokens: name: Stride Staked TIA standard: SealevelHypSynthetic symbol: stTIA + # TIA, required for the IGP payment but not connected to any other chain + - addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801 + chainName: stride + decimals: 6 + logoURI: /deployments/warp_routes/TIA/logo.svg + name: Celestia + standard: CosmosIbc + symbol: TIA