Skip to content

Commit

Permalink
feat: add Solana to SMOL warp route (#541)
Browse files Browse the repository at this point in the history
### Description

- Adds `solanamainnet` to the SMOL warp route
- Only connects solana to ethereum and treasure (not arbitrum) at the
request of the team

### 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 30, 2025
1 parent 5e76a6b commit 63363b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-points-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add solanamainnet to SMOL warp route config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ arbitrum:
collateral: "0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875"
ethereum:
synthetic: "0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8"
solanamainnet:
synthetic: 7Z7mZ4d31sfC3mcQYQXUNo6j9snByT2gs5eDkXYmZAyn
treasure:
synthetic: "0xb73e4f558F7d4436d77a18f56e4EE9d01764c641"
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,27 @@ tokens:
connections:
- token: ethereum|arbitrum|0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875
- token: ethereum|treasure|0xb73e4f558F7d4436d77a18f56e4EE9d01764c641
- token: sealevel|solanamainnet|7Z7mZ4d31sfC3mcQYQXUNo6j9snByT2gs5eDkXYmZAyn
decimals: 18
name: SMOL
standard: EvmHypSynthetic
symbol: SMOL
- addressOrDenom: 7Z7mZ4d31sfC3mcQYQXUNo6j9snByT2gs5eDkXYmZAyn
chainName: solanamainnet
collateralAddressOrDenom: 5KHQeeQvM4qBtmX3WnaCMGpM3Th7jYpqcHf3c6qzPodM
connections:
- token: ethereum|ethereum|0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8
- token: ethereum|treasure|0xb73e4f558F7d4436d77a18f56e4EE9d01764c641
decimals: 9
name: SMOL
standard: SealevelHypSynthetic
symbol: SMOL
- addressOrDenom: "0xb73e4f558F7d4436d77a18f56e4EE9d01764c641"
chainName: treasure
connections:
- token: ethereum|arbitrum|0xa4bbac7ed5bda8ec71a1af5ee84d4c5a737bd875
- token: ethereum|ethereum|0x53cce6d10e43d1b3d11872ad22ec2acd8d2537b8
- token: sealevel|solanamainnet|7Z7mZ4d31sfC3mcQYQXUNo6j9snByT2gs5eDkXYmZAyn
decimals: 18
name: SMOL
standard: EvmHypSynthetic
Expand Down

0 comments on commit 63363b7

Please sign in to comment.