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