Skip to content

Commit

Permalink
feat: replace old TONY/base-solanamainnet deploy with a new one (#5249)
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
- Registry PR here
hyperlane-xyz/hyperlane-registry#514
- Ownership already transferred on both chains

### 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 Jan 23, 2025
1 parent 21bd985 commit ea85aa8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80023dd9e9fadd4aa9fd868b5e7ad76dc3082494
2b3f78f7692b6b62e0f85023a29ecc2b2ab85008
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"base": {
"hex": "0x00000000000000000000000054624ca8abea68645b3b39211f90b804d53db680",
"base58": "1111111111112BBkkpUZNJgdH8DEmyDxFt74d4bH"
"hex": "0x000000000000000000000000cc9ece816641c8350db06af375811107b1aa0b9d",
"base58": "1111111111113rLmoQoXh3C1oA8mu6848RKQbnN8"
},
"solanamainnet": {
"hex": "0x2efbd8ff6417a50dbcedc18bab4235d4a2aac61af89214ac59545d30e0f86991",
"base58": "4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt"
"hex": "0xd87c4b79368eea606390118e5e9bfdb4f720d214f8d2fc45745d00e31562f6ed",
"base58": "Fa4zQJCH7id5KL1eFJt2mHyFpUNfCCSkHgtMrLvrRJBN"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "collateral",
"decimals": 18,
"token": "0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3",
"foreignDeployment": "0x54624CA8ABEa68645b3B39211F90B804D53dB680"
"foreignDeployment": "0xcc9EcE816641c8350Db06af375811107B1Aa0b9d"
},
"solanamainnet": {
"type": "synthetic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getBaseSolanamainnetTONYWarpConfig(
mailbox: routerConfig.solanamainnet.mailbox,
owner: solanamainnetOwner,
type: TokenType.synthetic,
foreignDeployment: '4AQVPTCAeLswnjksQdutxUDuxEJxUBwoWmVimGuPtGSt',
foreignDeployment: 'Fa4zQJCH7id5KL1eFJt2mHyFpUNfCCSkHgtMrLvrRJBN',
gas: SEALEVEL_WARP_ROUTE_HANDLER_GAS_AMOUNT,
interchainSecurityModule: ethers.constants.AddressZero,
};
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: 'fe71e9b-20250121-110722',
tag: '3738b85-20250122-164718',
},
warpRouteId: this.warpRouteId,
fullnameOverride: this.helmReleaseName,
Expand Down

0 comments on commit ea85aa8

Please sign in to comment.