Skip to content

Commit

Permalink
feat: deploy JitoSOL and kySOL warp route monitors (#5085)
Browse files Browse the repository at this point in the history
### Description

- Deployed the JitoSOL and kySOL warp route monitors
- Ensured ATA payer balances are sufficient
- Also deployed the relayer with the new app contexts
- Drive-by to lower the ethereum gas price (applied onchain)

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Dec 30, 2024
1 parent b09f97e commit cd6558e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"decimals": 9
},
"ethereum": {
"amount": "32.059172476",
"amount": "10.0",
"decimals": 9
},
"everclear": {
Expand Down
2 changes: 2 additions & 0 deletions typescript/infra/config/environments/mainnet3/warp/warpIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export enum WarpRouteIds {
EclipseEthereumWeETHs = 'weETHs/eclipsemainnet-ethereum',
EclipseSolanaEzSOL = 'EZSOL/eclipsemainnet-solanamainnet',
EclipseSolanaORCA = 'ORCA/eclipsemainnet-solanamainnet',
EclipseSolanaJitoSOL = 'jitoSOL/eclipsemainnet-solanamainnet',
EclipseSolanaKySOL = 'kySOL/eclipsemainnet-solanamainnet',
EclipseSolanaSOL = 'SOL/eclipsemainnet-solanamainnet',
EclipseSolanaWIF = 'WIF/eclipsemainnet-solanamainnet',
EclipseStrideSTTIA = 'stTIA/eclipsemainnet-stride',
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/src/warp/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class WarpRouteMonitorHelmManager extends HelmManager {
return {
image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '3cacafd-20241220-092417',
tag: 'de11906-20241227-214834',
},
warpRouteId: this.warpRouteId,
fullnameOverride: this.helmReleaseName,
Expand Down

0 comments on commit cd6558e

Please sign in to comment.