Skip to content

Commit

Permalink
fix: Update cheesechain to use EvmHypOwnerCollateral (#184)
Browse files Browse the repository at this point in the history
### Description
Updates cheesechain to use EvmHypOwnerCollateral

### Backward compatibility
Yes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ltyu and github-actions[bot] committed Sep 18, 2024
1 parent b665909 commit 8a7811d
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 140 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-lizards-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Update cheesechain type to EvmHypOwnerCollateral
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tokens:
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USDC
standard: EvmHypCollateral
standard: EvmHypOwnerCollateral
symbol: USDC
2 changes: 2 additions & 0 deletions deployments/warp_routes/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"EvmNative",
"EvmHypNative",
"EvmHypCollateral",
"EvmHypOwnerCollateral",
"EvmHypCollateralFiat",
"EvmHypSynthetic",
"EvmHypXERC20",
"EvmHypXERC20Lockbox",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@eslint/js": "^9.1.1",
"@hyperlane-xyz/sdk": "4.1.0",
"@hyperlane-xyz/sdk": "5.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^16.9.1",
"@typescript-eslint/parser": "^7.7.0",
Expand Down
Loading

0 comments on commit 8a7811d

Please sign in to comment.