Skip to content

Commit

Permalink
feat: add SMOL config and metadata.json (#538)
Browse files Browse the repository at this point in the history
### Description

- Adds the existing SMOL token deployed by the treasure team
- Adds a metadata.json in preparation for a Solana token deploy. There
is no image yet as the design is still being finalized, this will be
updated later.

### 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 9e2c05b commit 5e76a6b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-maps-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add SMOL config and metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
arbitrum:
collateral: "0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875"
ethereum:
synthetic: "0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8"
treasure:
synthetic: "0xb73e4f558F7d4436d77a18f56e4EE9d01764c641"
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875"
chainName: arbitrum
collateralAddressOrDenom: "0x9e64d3b9e8ec387a9a58ced80b71ed815f8d82b5"
connections:
- token: ethereum|ethereum|0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8
- token: ethereum|treasure|0xb73e4f558F7d4436d77a18f56e4EE9d01764c641
decimals: 18
name: SMOL
standard: EvmHypCollateral
symbol: SMOL
- addressOrDenom: "0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8"
chainName: ethereum
connections:
- token: ethereum|arbitrum|0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875
- token: ethereum|treasure|0xb73e4f558F7d4436d77a18f56e4EE9d01764c641
decimals: 18
name: SMOL
standard: EvmHypSynthetic
symbol: SMOL
- addressOrDenom: "0xb73e4f558F7d4436d77a18f56e4EE9d01764c641"
chainName: treasure
connections:
- token: ethereum|arbitrum|0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875
- token: ethereum|ethereum|0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8
decimals: 18
name: SMOL
standard: EvmHypSynthetic
symbol: SMOL
6 changes: 6 additions & 0 deletions deployments/warp_routes/SMOL/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "SMOL",
"symbol": "SMOL",
"description": "SMOL, Warp Route bridged via Hyperlane.",
"attributes": []
}

0 comments on commit 5e76a6b

Please sign in to comment.