Skip to content

Commit

Permalink
feat: metadata and logos for sSOL, SONIC, and USD* (#532)
Browse files Browse the repository at this point in the history
### Description

- Adding metadata.json (adapted from the existing tokens on Solana) for
sSOL, SONIC, and USD*
- Required by Sonic SVM

### 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 Jan 29, 2025
1 parent f37226e commit 9649368
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-walls-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add metadata.json and logos for sSOL, USD\*, and SONIC
1 change: 1 addition & 0 deletions deployments/warp_routes/SONIC/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions deployments/warp_routes/SONIC/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Sonic SVM",
"symbol": "SONIC",
"description": "SONIC is the official governance and utility token for Sonic SVM. Warp route bridged via Hyperlane.",
"image": "https://arweave.net/599UDQd5YAUfesAJCTNZ-4ELWLHX5pbid-ahpoJ-w1A",
"website": "https://sonic.game",
"attributes": []
}
1 change: 1 addition & 0 deletions deployments/warp_routes/USD*/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions deployments/warp_routes/USD*/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "USD Star",
"symbol": "USD*",
"description": "USD Star is the premier LP token of Numéraire, Perena's stableswap. USD* represents fractional ownership of the Seed Pool, which consists of USDC, USDT, and PYUSD. Warp route bridged via Hyperlane.",
"image": "https://ipfs.filebase.io/ipfs/QmPA375TeXunjaEQ5agLB7RQWgEpQaU59TD8RmUJxo17Ec"
}
1 change: 1 addition & 0 deletions deployments/warp_routes/sSOL/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions deployments/warp_routes/sSOL/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Solayer SOL",
"symbol": "sSOL",
"description": "Solayer SOL. Warp route bridged via Hyperlane.",
"image": "https://raw.githubusercontent.com/solayer-labs/token-metadata/main/logo.jpg"
}

0 comments on commit 9649368

Please sign in to comment.