-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(synapse-interface): hide Blast WETH #3033
Conversation
WalkthroughThe recent update introduces a new entry for Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This pull request adds the Blast chain to the list of chains where WETH (Wrapped Ether) is paused in the Synapse interface.
- Added Blast chain (ID: 81457) to
PAUSED_TOKENS_BY_CHAIN
inpackages/synapse-interface/constants/tokens/index.ts
- WETH is now paused on Blast, preventing user interactions with it on this specific chain
- This change is likely a temporary measure, possibly due to ongoing maintenance or issues on the Blast chain
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- packages/synapse-interface/constants/tokens/index.ts (1 hunks)
Additional comments not posted (1)
packages/synapse-interface/constants/tokens/index.ts (1)
40-40
: Verify the impact of addingCHAINS.BLAST.id
.The addition of
CHAINS.BLAST.id
with the token'WETH'
in thePAUSED_TOKENS_BY_CHAIN
constant appears correct. However, ensure that this change is reflected in any related logic or documentation, and verify its impact on the system's behavior.
Deploying sanguine-fe with Cloudflare Pages
|
Deploying sanguine with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3033 +/- ##
===================================================
+ Coverage 23.38668% 23.80290% +0.41622%
===================================================
Files 644 624 -20
Lines 50114 48868 -1246
Branches 82 82
===================================================
- Hits 11720 11632 -88
+ Misses 37231 36076 -1155
+ Partials 1163 1160 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
A clear and concise description of the features you're adding in this pull request.
Additional context
Add any other context about the problem you're solving.
Metadata
Summary by CodeRabbit
CHAINS.BLAST
blockchain, enabling management of paused tokens for this chain with the inclusion of theWETH
token.ca22c03: synapse-interface preview link