-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/CLI tool for monitoring warp route balances (#3231)
### Description Replay #3204 on main Co-authored-by: -f <[email protected]>
- Loading branch information
1 parent
fa058a0
commit 54aeb64
Showing
12 changed files
with
213 additions
and
172 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,6 @@ | ||
--- | ||
'@hyperlane-xyz/infra': minor | ||
'@hyperlane-xyz/sdk': minor | ||
--- | ||
|
||
Added warp route artifacts type adopting registry schema |
22 changes: 22 additions & 0 deletions
22
typescript/infra/config/environments/mainnet3/warp/injective-inevm-deployments.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,22 @@ | ||
# Configs and artifacts for the deployment of Hyperlane Warp Routes | ||
# Between injective and inevm | ||
description: Hyperlane Warp Route artifacts | ||
timestamp: '2024-01-31T16:00:00.000Z' | ||
deployer: Abacus Works (Hyperlane) | ||
data: | ||
config: | ||
injective: | ||
protocolType: cosmos | ||
type: native | ||
hypAddress: inj1mv9tjvkaw7x8w8y9vds8pkfq46g2vcfkjehc6k | ||
name: Injective Coin | ||
symbol: INJ | ||
decimals: 18 | ||
ibcDenom: inj | ||
inevm: | ||
protocolType: ethereum | ||
type: native | ||
hypAddress: '0x26f32245fCF5Ad53159E875d5Cae62aEcf19c2d4' | ||
name: Injective coin | ||
symbol: INJ | ||
decimals: 18 |
31 changes: 31 additions & 0 deletions
31
typescript/infra/config/environments/mainnet3/warp/nautilus-solana-bsc-deployments.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,31 @@ | ||
# Configs and artifacts for the deployment of Hyperlane Warp Routes | ||
# Between nautilus and bsc, solana | ||
description: Hyperlane Warp Route artifacts | ||
timestamp: '2023-09-23T16:00:00.000Z' | ||
deployer: Abacus Works (Hyperlane) | ||
data: | ||
config: | ||
bsc: | ||
protocolType: ethereum | ||
type: collateral | ||
hypAddress: '0xC27980812E2E66491FD457D488509b7E04144b98' | ||
tokenAddress: '0x37a56cdcD83Dce2868f721De58cB3830C44C6303' | ||
name: Zebec | ||
symbol: ZBC | ||
decimals: 9 | ||
nautilus: | ||
protocolType: ethereum | ||
type: native | ||
hypAddress: '0x4501bBE6e731A4bC5c60C03A77435b2f6d5e9Fe7' | ||
name: Zebec | ||
symbol: ZBC | ||
decimals: 18 | ||
solana: | ||
protocolType: sealevel | ||
type: collateral | ||
tokenAddress: 'wzbcJyhGhQDLTV1S99apZiiBdE4jmYfbw99saMMdP59' | ||
hypAddress: 'EJqwFjvVJSAxH8Ur2PYuMfdvoJeutjmH6GkoEFQ4MdSa' | ||
name: Zebec | ||
symbol: ZBC | ||
decimals: 9 | ||
isSpl2022: true |
22 changes: 22 additions & 0 deletions
22
typescript/infra/config/environments/mainnet3/warp/neutron-mantapacific-deployments.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,22 @@ | ||
# Configs and artifacts for the deployment of Hyperlane Warp Routes | ||
# Between neutron and mantapacific | ||
description: Hyperlane Warp Route artifacts | ||
timestamp: '2023-09-23T16:00:00.000Z' | ||
deployer: Abacus Works (Hyperlane) | ||
data: | ||
config: | ||
neutron: | ||
protocolType: cosmos | ||
type: collateral | ||
hypAddress: neutron1ch7x3xgpnj62weyes8vfada35zff6z59kt2psqhnx9gjnt2ttqdqtva3pa | ||
tokenAddress: ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7 | ||
name: Celestia | ||
symbol: TIA | ||
decimals: 6 | ||
mantapacific: | ||
protocolType: ethereum | ||
type: synthetic | ||
hypAddress: '0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa' | ||
name: Celestia | ||
symbol: TIA | ||
decimals: 6 |
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
14 changes: 13 additions & 1 deletion
14
typescript/infra/scripts/warp-routes/deploy-warp-monitor.ts
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
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
Oops, something went wrong.