Skip to content

🔧 contracts: allowlist wbtc on secondary networks#1095

Merged
cruzdanilo merged 1 commit into
mainfrom
allowlist
Jun 12, 2026
Merged

🔧 contracts: allowlist wbtc on secondary networks#1095
cruzdanilo merged 1 commit into
mainfrom
allowlist

Conversation

@itofarina

@itofarina itofarina commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Added WBTC token support on multiple blockchain networks.

@itofarina itofarina self-assigned this Jun 12, 2026
@itofarina itofarina requested a review from cruzdanilo as a code owner June 12, 2026 13:38
@changeset-bot

changeset-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 53c79e8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@cruzdanilo, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 57 minutes and 42 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 18e11cd1-0ec3-46db-b88a-67595874f90d

📥 Commits

Reviewing files that changed from the base of the PR and between 2ad97ec and 53c79e8.

📒 Files selected for processing (1)
  • contracts/deploy.json

Walkthrough

The PR updates the deployment configuration by adding WBTC token addresses to the proposalManager allowlist for two secondary networks: Polygon (chain 137) and Arbitrum (chain 42161). These are configuration-only changes with no code logic or behavioral modifications.

Changes

WBTC allowlist configuration for secondary networks

Layer / File(s) Summary
WBTC allowlist configuration for secondary networks
contracts/deploy.json
Add WBTC address entries to proposalManager.allowlist for chains 137 (Polygon) and 42161 (Arbitrum).

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: allowlisting WBTC token on secondary networks, which matches the actual modification in the changeset.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch allowlist
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch allowlist

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request adds WBTC addresses to the deployment configuration for secondary networks (Polygon and Arbitrum). The feedback suggests checksumming the Polygon WBTC address to maintain consistency and follow EVM best practices.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread contracts/deploy.json Outdated
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.70%. Comparing base (c7d9d67) to head (7d71337).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1095   +/-   ##
=======================================
  Coverage   74.70%   74.70%           
=======================================
  Files         243      243           
  Lines       11448    11448           
  Branches     3933     3932    -1     
=======================================
  Hits         8552     8552           
  Misses       2575     2575           
  Partials      321      321           
Flag Coverage Δ
e2e 74.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@itofarina itofarina force-pushed the allowlist branch 2 times, most recently from 7d71337 to 2ad97ec Compare June 12, 2026 18:49

@coderabbitai coderabbitai 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.

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 6e69851a-5151-4389-87da-1f2d2a79b0c8

📥 Commits

Reviewing files that changed from the base of the PR and between 7d71337 and 2ad97ec.

📒 Files selected for processing (1)
  • contracts/deploy.json

Comment thread contracts/deploy.json
@cruzdanilo cruzdanilo merged commit 53c79e8 into main Jun 12, 2026
1 of 4 checks passed
@cruzdanilo cruzdanilo deleted the allowlist branch June 12, 2026 18:58
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.

2 participants