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 bc378b4 commit aaf8ad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit aaf8ad3

Please sign in to comment.