-
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
feat(synapse-interface): METIS token #3044
Conversation
WalkthroughThe recent changes enhance the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Application
participant Bridge
participant TokenManager
User->>Application: Initiate bridge transaction
Application->>Bridge: Verify bridge availability
Bridge-->>Application: Confirm bridge details
Application->>TokenManager: Retrieve token information
TokenManager-->>Application: Provide token data
Application->>User: Complete transaction
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.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (2)
packages/synapse-interface/assets/chains/metis.svg
is excluded by!**/*.svg
packages/synapse-interface/assets/icons/metis.svg
is excluded by!**/*.svg
Files selected for processing (2)
- packages/synapse-interface/constants/bridgeMap.ts (4 hunks)
- packages/synapse-interface/constants/tokens/bridgeable.ts (2 hunks)
Additional comments not posted (6)
packages/synapse-interface/constants/tokens/bridgeable.ts (2)
22-22
: Import statement approved.The import statement for
metisLogo
is consistent with other logo imports.
1214-1232
: METIS token definition approved.The
METIS
token is correctly defined with all necessary properties and is consistent with other token definitions.packages/synapse-interface/constants/bridgeMap.ts (4)
897-903
: Bridge entry forWMETIS
approved.The entry is correctly defined with all necessary attributes and is consistent with other bridge entries.
932-938
: Bridge entry forMETIS
approved.The entry is correctly defined with all necessary attributes and is consistent with other bridge entries.
1196-1202
: Bridge entry forMetis
approved.The entry is correctly defined with all necessary attributes and is consistent with other bridge entries.
1760-1766
: Bridge entry forMetis
approved.The entry is correctly defined with all necessary attributes and is consistent with other bridge entries.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3044 +/- ##
===================================================
+ Coverage 23.28802% 25.27567% +1.98765%
===================================================
Files 193 173 -20
Lines 11697 10429 -1268
Branches 82 82
===================================================
- Hits 2724 2636 -88
+ Misses 8722 7545 -1177
+ Partials 251 248 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Deploying sanguine-fe with Cloudflare Pages
|
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 (4)
- packages/synapse-interface/constants/bridgeMap.ts (4 hunks)
- packages/synapse-interface/constants/chains/master.tsx (1 hunks)
- packages/synapse-interface/constants/tokens/bridgeable.ts (2 hunks)
- packages/synapse-interface/scripts/data/symbolOverrides.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/synapse-interface/constants/chains/master.tsx
Files skipped from review as they are similar to previous changes (2)
- packages/synapse-interface/constants/bridgeMap.ts
- packages/synapse-interface/constants/tokens/bridgeable.ts
Additional comments not posted (1)
packages/synapse-interface/scripts/data/symbolOverrides.json (1)
14-15
: New entry for "1088" is correctly added.The addition of the "1088" entry with the address-symbol mapping is consistent with the existing JSON structure and enhances the application's functionality.
Deploying sanguine with Cloudflare Pages
|
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Refactor
Style
Tests
Chores
Revert
7135f02: synapse-interface preview link
36515c9: synapse-interface preview link