Skip to content

Commit

Permalink
Merge branch 'main' into pb/oct25-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Oct 25, 2024
2 parents 63925f6 + 03c8954 commit 197703f
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-tools-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-hounds-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-doors-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-ghosts-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-hounds-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-zoos-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-plums-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-humans-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-months-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-glasses-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-islands-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-jokes-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-kangaroos-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-comics-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-jobs-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-ants-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-drinks-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-knives-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-sloths-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-lamps-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-clocks-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-coins-provide.md

This file was deleted.

36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @hyperlane-xyz/registry

## 4.11.1

### Patch Changes

- c7d9a40: Add TIA token for IGP support in UI

## 4.11.0

### Minor Changes

- 5b4334a: Update hyperlane SDK version + leverage `finalized` block param for selected chains: astar, bsc, chiliz, moonbeam, polygon, shibarium, and tangle.
- 664ed0a: add Superseed sepolia testnet
- 686065a: add Manta Pacific Sepolia Testnet
- 76e4aab: replace arbitrum-cheesechain usdc route
- 6d61a4a: Add token metadata for TIA and stTIA
- 7645008: - added smartbch chain
- 5e020e7: Add amphrETH warp route
- 38e5c37: feat: add opBNB Testnet
- c94bfc1: feat: add humanity protocol
- c3d00a5: feat: add Canto Testnet, Fraxtal Testnet, Lisk Sepolia Testnet
- bf522c3: add Blast Sepolia Testnet
- d006d5c: feat: add Boba BNB
- 59bb360: add Harmony testnet
- 3888f6d: Update name and information of Euphoria Testnet
- 69e214b: feat: add Boba Eth Mainnet
- 07eaad9: feat: add Boba BNB Testnet

### Patch Changes

- 65b3c54: Revert chiliz reorg period back to 9
- b21b785: chore(deps): bump secp256k1 from 4.0.3 to 4.0.4
- dee5818: Add cosmos chain addresses
- 1866626: Adds the Abacus Works owned IGP for Stride
- c3e81c3: Added TIA and stTIA deployed on Eclipse and Stride
- c2cdaaf: Redeploy amphrETH route

## 4.10.0

### Minor Changes
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/registry",
"description": "A collection of configs, artifacts, and schemas for Hyperlane",
"version": "4.10.0",
"version": "4.11.1",
"dependencies": {
"yaml": "2.4.5",
"zod": "^3.21.2"
Expand Down

0 comments on commit 197703f

Please sign in to comment.