Skip to content

Commit

Permalink
fix: specify coinGeckoId for Solana warp route under the collateral t…
Browse files Browse the repository at this point in the history
…oken (#373)

### Description

Made a small mistake - probably should add a CI check for stuff like
this

### 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 Nov 11, 2024
1 parent 14cd80b commit e70f527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-trees-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Specify coinGeckoId for Solana warp route under collateral
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
tokens:
- addressOrDenom: FJu4E1BDYKVg7aTWdwATZRUvytJZ8ZZ2gQuvPfMWAz9y
chainName: eclipsemainnet
coinGeckoId: solana
collateralAddressOrDenom: BeRUj3h7BqkbdfFU7FBNYbodgf8GCHodzKvF9aVjNNfL
connections:
- token: sealevel|solanamainnet|8DtAGQpcMuD5sG3KdxDy49ydqXUggR1LQtebh2TECbAc
Expand All @@ -13,6 +12,7 @@ tokens:
symbol: SOL
- addressOrDenom: 8DtAGQpcMuD5sG3KdxDy49ydqXUggR1LQtebh2TECbAc
chainName: solanamainnet
coinGeckoId: solana
connections:
- token: sealevel|eclipsemainnet|FJu4E1BDYKVg7aTWdwATZRUvytJZ8ZZ2gQuvPfMWAz9y
decimals: 9
Expand Down

0 comments on commit e70f527

Please sign in to comment.