-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add TONY deploy artifacts (#492)
### 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
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': minor | ||
--- | ||
|
||
Add TONY artifacts |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/TONY/base-solanamainnet-addresses.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
26
deployments/warp_routes/TONY/base-solanamainnet-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |