Skip to content

Commit

Permalink
feat: add CDX metadata and logo (#589)
Browse files Browse the repository at this point in the history
### Description

- Adds CDX metadata and logo to prepare for the SVM deploy

### 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?
-->
  • Loading branch information
tkporter authored Feb 14, 2025
1 parent 06b6bce commit cc87e1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-scissors-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add CDX logo and metadata
1 change: 1 addition & 0 deletions deployments/warp_routes/CDX/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions deployments/warp_routes/CDX/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Cod3x Token",
"symbol": "CDX",
"description": "Cod3x Token, warped via Hyperlane",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/CDX/logo.svg",
"attributes": []
}

0 comments on commit cc87e1e

Please sign in to comment.