Skip to content

improve: deploy new Tempo beacon implementation - #1509

Open
tbwebb22 wants to merge 1 commit into
taylor/counterfactual-chain-agnostic-deploy-cctp-fixfrom
taylor/counterfactual-upgrade-tempo-beacon
Open

improve: deploy new Tempo beacon implementation#1509
tbwebb22 wants to merge 1 commit into
taylor/counterfactual-chain-agnostic-deploy-cctp-fixfrom
taylor/counterfactual-upgrade-tempo-beacon

Conversation

@tbwebb22

@tbwebb22 tbwebb22 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@tbwebb22 tbwebb22 changed the title deploy new beacon implementation improve: deploy new Tempo beacon implementation Aug 4, 2026
@tbwebb22
tbwebb22 marked this pull request as ready for review August 4, 2026 20:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 42810c75b3

ℹ️ 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".

Comment on lines +177 to +178
Variable memory v = config.get("usdcOverride");
if (v.ty.kind == TypeKind.Address) return v.toAddress();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update live deployment checks for the USDC override

When this override is used on Tempo, CheckCounterfactualDeployments still computes expected USDC via its local _getUsdc() from .USDC.<chainId> only, and generated/constants.json has no .USDC.4217. After the live Tempo beacon is upgraded to this implementation, that verification script will compare beacon.usdc() (0x20C0000000000000000000000000000000000000) and usdcSpokePoolMaxExecutionFee() (2000000) against zero, so the advertised live-deployment check reports a false failure. Please update that script to use the same override-aware resolver before relying on usdcOverride.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant