chore: Deploy SpokePoolPeriphery to RobinHood - #1507
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: 58f1e42552
ℹ️ 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".
| lint_on_build = false | ||
|
|
||
| [rpc_endpoints] | ||
| avalanche = "${NODE_URL_43114}" |
There was a problem hiding this comment.
Obtain approval before adding RPC endpoints
If explicit approval was not obtained for this deployment change, adding the Avalanche and Robinhood RPC aliases violates the repository requirement that foundry.toml not be modified without asking; obtain that approval or revert these entries before merging.
AGENTS.md reference: AGENTS.md:L150-L152
Useful? React with 👍 / 👎.
| permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3", | ||
| }, | ||
| [CHAIN_IDs.ROBINHOOD]: { | ||
| helios: "0x9b4A302A548c7e313c2b74C461db7b84d3074A84", |
There was a problem hiding this comment.
We deploy helios contracts from this repo now. Why do we need to keep these in consts?
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>

No description provided.