Skip to content

Commit

Permalink
Add TIA token to new Stride deploys to work in warp UI (#334)
Browse files Browse the repository at this point in the history
### Description

- The TIA token itself must be present if it's used as the IGP token
- Tested locally

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->

---------

Co-authored-by: Paul Balaji <[email protected]>
  • Loading branch information
tkporter and paulbalaji authored Oct 25, 2024
1 parent b241fc7 commit c7d9a40
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-adults-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Add TIA token for IGP support in UI
8 changes: 8 additions & 0 deletions deployments/warp_routes/TIA/eclipse-stride-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions deployments/warp_routes/stTIA/eclipse-stride-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7d9a40

Please sign in to comment.