Skip to content

Commit

Permalink
fix: correct sSOL/solanamainnet-sonicsvm collateralAddressOrDenom (#628)
Browse files Browse the repository at this point in the history
### Description

- Was flagged that the `sSOL/solanamainnet-sonicsvm`
`collateralAddressOrDenom` was inaccurate, fixes it
- Ideally we should have this be implied or unit tested but considering
this out of the scope for now
- Went through all the other tokens and made sure they're good

### 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 27, 2025
1 parent addd624 commit 8f7b03a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-drinks-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Fix sSOL/solanamainnet-sonicsvm collateralAddressOrDenom
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokens:
symbol: sSOL
- addressOrDenom: XYbsJQGzZgPDbt9Swd2ao54nhGSq8Wjq23MoogHvEq6
chainName: sonicsvm
collateralAddressOrDenom: 21e27teReDgn7Z3J1ogdpJmFhUi75eYeiCD22zqCuwpd
collateralAddressOrDenom: DYzxL1BWKytFiEnP7XKeRLvgheuQttHW643srPG6rNRn
connections:
- token: sealevel|solanamainnet|9PHKQFEDzedHuigSm1ZBojEX4DVF3cincGZwy3k7VHTN
decimals: 9
Expand Down

0 comments on commit 8f7b03a

Please sign in to comment.