Skip to content

Commit

Permalink
feat: replace old TONY/base-solanamainnet deploy with a new one (#514)
Browse files Browse the repository at this point in the history
### Description

- A UI here
hyperlane-xyz/hyperlane-warp-ui-template#393 is
available for anyone remaining who needs to unwind

### 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 and ltyu committed Jan 22, 2025
1 parent 8031715 commit 6714c62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-ears-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': major
---

Replace old TONY with the new TONY deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base:
collateral: "0x54624CA8ABEa68645b3B39211F90B804D53dB680"
collateral: "0xcc9EcE816641c8350Db06af375811107B1Aa0b9d"
solanamainnet:
synthetic: 4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt
synthetic: Fa4zQJCH7id5KL1eFJt2mHyFpUNfCCSkHgtMrLvrRJBN
10 changes: 5 additions & 5 deletions deployments/warp_routes/TONY/base-solanamainnet-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x54624CA8ABEa68645b3B39211F90B804D53dB680"
- addressOrDenom: "0xcc9EcE816641c8350Db06af375811107B1Aa0b9d"
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
- token: sealevel|solanamainnet|Fa4zQJCH7id5KL1eFJt2mHyFpUNfCCSkHgtMrLvrRJBN
decimals: 18
logoURI: /deployments/warp_routes/TONY/logo.png
name: Big Tony
standard: EvmHypCollateral
symbol: TONY
- addressOrDenom: 4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt
- addressOrDenom: Fa4zQJCH7id5KL1eFJt2mHyFpUNfCCSkHgtMrLvrRJBN
chainName: solanamainnet
collateralAddressOrDenom: 82TZR2cJmbQ3zvA2CGvoJfCMVD8WRawJGriQeGTELWQ5
collateralAddressOrDenom: 3SboFTm5xF3VGcduCP6CPue3ZTh8qKXNcNSXR74YDaw1
connections:
- token: ethereum|base|0x54624CA8ABEa68645b3B39211F90B804D53dB680
- token: ethereum|base|0xcc9EcE816641c8350Db06af375811107B1Aa0b9d
decimals: 9
logoURI: /deployments/warp_routes/TONY/logo.png
name: Big Tony
Expand Down

0 comments on commit 6714c62

Please sign in to comment.