Skip to content

Commit

Permalink
feat: add TONY deploy artifacts (#492)
Browse files Browse the repository at this point in the history
### Description

- From deploying the warp route.
- We should consider what to do with tokens without coingecko prices in
the future - not super satisfactory with the current placeholder of bonk

### 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 15, 2025
1 parent e95e1d6 commit 1a9cc25
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-bears-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add TONY artifacts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
base:
collateral: "0x54624CA8ABEa68645b3B39211F90B804D53dB680"
solanamainnet:
synthetic: 4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt
26 changes: 26 additions & 0 deletions deployments/warp_routes/TONY/base-solanamainnet-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x54624CA8ABEa68645b3B39211F90B804D53dB680"
chainName: base
# TONY is not on Coingecko has a price with a (somewhat) similar magnitude to Bonk.
# TONY: 0.00006 - https://cryptorank.io/price/big-tony
# Bonk: 0.00002854 - https://www.coingecko.com/en/coins/bonk
coinGeckoId: bonk
collateralAddressOrDenom: "0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3"
connections:
- token: sealevel|solanamainnet|4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt
decimals: 18
logoURI: /deployments/warp_routes/TONY/logo.png
name: Big Tony
standard: EvmHypCollateral
symbol: TONY
- addressOrDenom: 4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt
chainName: solanamainnet
collateralAddressOrDenom: 82TZR2cJmbQ3zvA2CGvoJfCMVD8WRawJGriQeGTELWQ5
connections:
- token: ethereum|base|0x54624CA8ABEa68645b3B39211F90B804D53dB680
decimals: 9
logoURI: /deployments/warp_routes/TONY/logo.png
name: Big Tony
standard: SealevelHypSynthetic
symbol: TONY

0 comments on commit 1a9cc25

Please sign in to comment.