chore: remove CoinEasy and add EasyChain icon#510
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update modifies three areas: it bumps the "@defuse-protocol/defuse-sdk" dependency version in Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant initSDK
participant Logger
participant Sentry
App->>initSDK: Initialize SDK
initSDK->>Logger: Configure log levels (debug, info, warn, error)
Logger->>initSDK: Log message with contexts
initSDK->>initSDK: Sanitize contexts
initSDK->>Sentry: Send sanitized log/context
Estimated code review effort2 (~15 minutes) Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
🧬 Code Graph Analysis (1)src/libs/defuse-sdk/initSDK.ts (1)
🧰 Additional context used🧬 Code Graph Analysis (1)src/libs/defuse-sdk/initSDK.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (10)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Updates to Preview Branch (chore/add-easychain-icon) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
* main: (32 commits) feat: introduce app fee (#529) fix: pass through environment to bridge-sdk and internal-utils (#526) feat: add Cardano and migrate to new version of bridge-sdk (#525) chore: update optima logo (#512) Fix search bar color (#523) Revert "feat: add Polygon outage notification component (#522)" feat: add RHEA token (#520) feat: add Polygon outage notification component (#522) feat: hide REF and BRRR from swap (#519) Move defuse-sdk (#517) fix: allow solflare in CSP frame-src directive (#516) Revert "feat: filter out HOT OMNI bridge tokens in deposit token list (#515)" feat: filter out HOT OMNI bridge tokens in deposit token list (#515) Support JWT auth for integrations (#514) feat: add support Unity wallet (#505) chore: add giftId to track in Mixpanel events (#503) chore: remove CoinEasy and add EasyChain icon (#510) Convert token ids to and from format that gecko terminal expects (#509) Improve events query for integration API (#507) feat: add Stellar support behind FF (#492) ...
* main: (33 commits) feat: add Optimism support (#478) feat: introduce app fee (#529) fix: pass through environment to bridge-sdk and internal-utils (#526) feat: add Cardano and migrate to new version of bridge-sdk (#525) chore: update optima logo (#512) Fix search bar color (#523) Revert "feat: add Polygon outage notification component (#522)" feat: add RHEA token (#520) feat: add Polygon outage notification component (#522) feat: hide REF and BRRR from swap (#519) Move defuse-sdk (#517) fix: allow solflare in CSP frame-src directive (#516) Revert "feat: filter out HOT OMNI bridge tokens in deposit token list (#515)" feat: filter out HOT OMNI bridge tokens in deposit token list (#515) Support JWT auth for integrations (#514) feat: add support Unity wallet (#505) chore: add giftId to track in Mixpanel events (#503) chore: remove CoinEasy and add EasyChain icon (#510) Convert token ids to and from format that gecko terminal expects (#509) Improve events query for integration API (#507) ...
Depends on defuse-protocol/defuse-sdk#555
Summary by CodeRabbit
Chores
New Features