Skip to content

Commit

Permalink
feat: eclipse batch 2 token metadatas (#349)
Browse files Browse the repository at this point in the history
### Description

ORCA, WBTC, USDT

### 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: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
daniel-savu and github-actions[bot] authored Oct 31, 2024
1 parent cc457fb commit 06f0026
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-baboons-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add token metadatas for ORCA, WBTC, USDT
1 change: 1 addition & 0 deletions deployments/warp_routes/ORCA/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/ORCA/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Orca",
"symbol": "ORCA",
"description": "Warp Route ORCA",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/ORCA/logo.svg",
"attributes": []
}
7 changes: 7 additions & 0 deletions deployments/warp_routes/USDT/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Tether USD",
"symbol": "USDT",
"description": "Warp Route USDT",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/USDT/logo.svg",
"attributes": []
}
7 changes: 7 additions & 0 deletions deployments/warp_routes/WBTC/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Wrapped BTC",
"symbol": "WBTC",
"description": "Warp Route WBTC",
"image": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/refs/heads/main/deployments/warp_routes/WBTC/logo.svg",
"attributes": []
}

0 comments on commit 06f0026

Please sign in to comment.