chore: CCTP deployment#1424
Conversation
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 151ffca067
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| cctpTokenMessenger = "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d" | ||
| usdc = "0xb88339CB7199b77E23DB6E890353E22632Ba630f" | ||
| sponsoredCCTPSrcPeriphery = "0xc611D7c33d1C7915F13ef35f488EAee9D9DC3555" | ||
| sponsoredCCTPSrcPeriphery = "0xF71cdF8A34c56933A8871354A2570a301364e95F" |
There was a problem hiding this comment.
Point HyperEVM deposits at the deployed source periphery
For chain 999 this config now points createSponsoredDeposit.s.sol/createLighterDeposit.s.sol at 0xF71c…e95F, but the same commit records the deployed HyperEVM SponsoredCCTPSrcPeriphery as 0xF4E32c4aC479f0B007BC005Ec0F481A2C78Ba1B4 in both broadcast/deployed-addresses.json and broadcast/DeploySponsoredCCTPSrcPeriphery.s.sol/999/run-latest.json. Any HyperEVM CCTP deposit script run from this config will call signer()/depositForBurn() on the wrong address and either revert or send users through an untracked contract.
Useful? React with 👍 / 👎.
No description provided.