8000 Fix/fe release 2025 05 05 by ChiTimesChi · Pull Request #3676 · synapsecns/sanguine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix/fe release 2025 05 05 #3676

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

Merged
merged 77 commits into from
May 21, 2025
Merged

Fix/fe release 2025 05 05 #3676

merged 77 commits into from
May 21, 2025

Conversation

ChiTimesChi
Copy link
Collaborator
@ChiTimesChi ChiTimesChi commented May 5, 2025

parodime and others added 30 commits March 6, 2025 10:37
* add hyperevm to ponder ix

* addtl hypevm chain config

---------

Co-authored-by: parodime <noreply@protochainresearch.com>
 - @synapsecns/rfq-indexer-api@1.1.0
 - @synapsecns/rfq-indexer@0.0.7
* hl docker image

* fix(workflow): move date tag creation to separate step in hyperliquid workflow

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>

* fix(workflow): remove load flag and use local image for tagging in hyperliquid workflow

* fix(workflow): use build-push-action for date tagging in hyperliquid workflow

* feat(workflow): add multi-architecture support and mainnet image build for hyperliquid

* fix(workflow): update hyperliquid workflow to use local Dockerfile for better multi-arch support

* fix(hyperliquid): update binary URL paths to match node documentation

* fix(hyperliquid): temporarily skip GPG verification due to inconsistent path issues

* fix(hyperliquid): always use Testnet binary since Mainnet binary is not publicly accessible

* fix(hyperliquid): use correct URL for Mainnet binary

---------

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
* feat: SIR binding, StepParams, ZapData encoding

* feat: engine quote/route structs

* feat: slippage utils

* feat: no-op engine

* feat: add Default Engine

* feat: Kyber, Li.FI engines

* feat: paraSwap module

* feat: SwapEngineSet

* feat: add SwapEngineSet to SDK

* feat: Synapse Intent Router

* feat: expose swapV2

* feat: add swapV2 controller

* feat: add swapV2 route

* fix: null behaviour consistent with bridge route

* fix: remove originUserAddress for swapV2

* feat: swapV2 to use native amounts (wei)

* fix: swap/v2 route

* fix: tests

* feat: add production contracts

* chore: reorder KyberSwap chains, add bnerachain

* feat: expand list of supported chains for /swap/v2

* refactor: use named paramters for swapV2

* fix: set default slippage to 0.5%; stringify tx.value

* chore: generate docs
< 8000 svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-commit">
 - @synapsecns/rest-api@1.10.0
 - @synapsecns/sdk-router@0.13.0
 - @synapsecns/synapse-interface@0.42.6
 - @synapsecns/widget@0.9.17
 - @synapsecns/rfq-indexer@0.0.8
 - @synapsecns/contracts-rfq@0.16.2
* fix: adjust comment for #3467

* chore: mainnet -> ethereum

* feat: update deploy scripts, prepare create2 salts

* chore: add deployments from new chains

* chore: add chain IDs to foundry.toml

* chore: add utility scripts

* deploy: SIR and periphery on 12 chains

* deploy: SIR at 0x512000...000512 address

* fix: update SIR address
 - @synapsecns/contracts-rfq@0.17.0
 - @synapsecns/rest-api@1.10.1
 - @synapsecns/sdk-router@0.14.0
 - @synapsecns/synapse-interface@0.42.7
 - @synapsecns/widget@0.9.18
* feat: add HyperEVM to sdk-router

* feat: use staging RFQ API [REVERT LATER]

* feat: add HYPE-USDC, HYPE-ETHto the bridge map

* fix: add HYPE, HyperEVM to rest-api

* feat: update rest-api bridge map

* chore: add envs for api urls (#3537)

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>

* chore: make prod RFQ API the default value

* feat: support multiple RFQ APIs

* fix: don't report negative bridge fee for RFQ

* test: adjus the amount of token pairs for USDC

---------

Co-authored-by: trajan0x <83933037+trajan0x@users.noreply.github.com>
Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
 - @synapsecns/rest-api@1.11.0
 - @synapsecns/sdk-router@0.15.0
 - @synapsecns/synapse-interface@0.43.0
 - @synapsecns/widget@0.9.19
 - @synapsecns/synapse-interface@0.43.1
* fix: check if tx is defined

* chore: correct endpoint name in error
 - @synapsecns/rest-api@1.11.1
* feat: scaffold bridgeV2

* feat: complete bridgeV2, scaffold module impls

* feat: airdrop amount in bridgeV2

* feat: bridgeV2 for SynapseRFQ

* fix: add more info to SwapEngine quotes, type assertions

* feat: /bridge/v2

* chore: generate docs

* refactor: steps params manipulation

* feat: cap origin slippage

* feat: cache getAllQuotes calls

* fix(rest-api): improve bridge v2 response format

- Replace BigNumber response objects with string values
- Rename maxAmountOutStr to maxAmountOut for cleaner API
- Update swagger documentation to reflect changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* feat(restclient): add bridge v2 endpoint support

- Add GetBridgeV2 and related parameters to REST client
- Update type definitions for bridge v2 response format
- Synchronize with recent bridge v2 API changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
…ilter (#3595)

Replace all tj-actions actions (changed-files, verify-changed-files, branch-names) with
secure alternatives to mitigate the security vulnerability. Used dorny/paths-filter for
file checking and bash scripts for branch name detection.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
 - @synapsecns/rest-api@1.12.0
 - @synapsecns/rest-api@1.12.1
 - @synapsecns/sdk-router@0.16.0
 - @synapsecns/synapse-interface@0.43.2
 - @synapsecns/widget@0.9.20
* feat: add Prettify utility type for better IDE type display

Adds a Prettify<T> utility type that improves how types are displayed in the IDE:
- Applied to union types to show all properties
- Applied to Partial/Required patterns to show complete property set
- Applied to complex types with optional properties

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore(sdk-router): apply Prettify to complex types

- Add Prettify utility type to intersection types and type modifiers
- Create PartialZapDataV1 type for better reusability
- Update function signatures to use new type definitions
- Improve IDE display of complex types

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore(sdk-router): remove unused entity files and utils

Removed deprecated entity files and utility function
8000
s that are no longer needed in the SDK router package. These files were likely imported from another SDK and are not currently being used.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* refactor(sdk-router): centralize utilities through utils/index.ts

- Modified utils/index.ts to use export * from each utility module
- Updated all imports to reference the centralized utils module instead of individual utility files
- This change makes the codebase more maintainable and easier to refactor

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore(sdk-router): enforce alphabetical ordering of imports

- Added alphabetical ordering rule to ESLint configuration
- Auto-fixed imports order in all files to comply with the new rule
- This enforces a consistent import style throughout the codebase

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* refactor(sdk-router): replace BigintIsh with ethers' BigNumberish

Replace all occurrences of custom BigintIsh type with the standard BigNumberish from ethers.js.
This standardizes the codebase by using established types from the core library.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
 - @synapsecns/rest-api@1.12.2
 - @synapsecns/sdk-router@0.16.1
 - @synapsecns/synapse-interface@0.43.3
 - @synapsecns/widget@0.9.21
…disation [SYN-77] (#3602)

* refactor: consistent params naming in swap/bridge V2

* feat: enrich SwapQuoteV2

* feat: enrich BridgeQuoteV2

* feat: update V2 endpoints in rest-api

* chore: update the swagger docs

* refactor: id ordering

* chore: regenerate restclient

* chore: fix example router address in `/swap/v2` response

* fix: add swap module name, same token swaps

* fix: unify swap/bridge module names in V2 only

* chore: unified "module name" in rest-api

* fix: remove string cast

* fix: SDK tests

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
 - @synapsecns/rest-api@1.12.3
 - @synapsecns/sdk-router@0.16.2
 - @synapsecns/synapse-interface@0.43.4
 - @synapsecns/widget@0.9.22
* refactor: clean up engine priorities

* chore: remove execution time logging

* fix: adjust engine priorities
ChiTimesChi and others added 7 commits April 17, 2025 13:27
 - @synapsecns/rest-api@1.13.9
 - @synapsecns/sdk-router@0.17.8
 - @synapsecns/synapse-interface@0.43.15
 - @synapsecns/widget@0.9.33
… [SYN-97] (#3672)

* fix: make logExecutionTime more generic

* chore: add execition time logging

* fix: paraswap surplus

* fix: use longer cache for RFQ available tokens, shorter cache for quotes

* feat: getFastestQuote

* chore: remove old getBestQuote

* fix: timeouts

* chore: fix incorrect comments

* fix: make logging work with minimised package

* fix: prevent unhandled rejections in quote processing

- Improve _getFastestQuote to properly handle all promises even when returning early
- Use Promise.allSettled in the background to ensure all rejections are caught
- Maintain fast response time while avoiding unhandled promise rejections

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: ensure timing is logged even when methods throw errors

- Wrap method execution in try/finally to log execution time in all cases
- Ensure original errors are propagated properly
- Simplify code with direct return in try block

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: ensure consistent cache keys in FastBridgeRouterSet

- Fix cache key inconsistency in getAllQuotes method
- Ensure cache keys match between get and set operations
- Use enum values directly in cache key construction

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: variable shadowing

---------

Co-authored-by: Claude <noreply@anthropic.com>
 - @synapsecns/rest-api@1.13.10
 - @synapsecns/sdk-router@0.17.9
 - @synapsecns/synapse-interface@0.43.16
 - @synapsecns/widget@0.9.34
* feat: add latest block endpoint

* fix: don't use gas.zip quotes for stale chains

* fix: getBlock error cases

* fix: safer API data manipulation
 - @synapsecns/rest-api@1.13.11
 - @synapsecns/sdk-router@0.17.10
 - @synapsecns/synapse-interface@0.43.17
 - @synapsecns/widget@0.9.35
Copy link
vercel bot 8000 commented May 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanguine ❌ Failed (Inspect) May 5, 2025 3:22pm

Copy link
Contributor
coderabbitai bot commented May 5, 2025

Caution

Review failed

The head commit changed during the review from 01e67b4 to e8217ee.

✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added size/xs and removed size/s labels May 5, 2025
Copy link
cloudflare-workers-and-pages bot commented May 5, 2025

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8217ee
Status: ✅  Deploy successful!
Preview URL: https://2ac399b7.sanguine-fe.pages.dev
Branch Preview URL: https://fix-fe-release-2025-05-05.sanguine-fe.pages.dev

View logs

Copy link
codecov bot commented May 5, 2025

Bundle Report

Changes will increase total bundle size by 489.93kB (1.51%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sdk-router-@synapsecns/sdk-router-esm 389.52kB 115.86kB (42.34%) ⬆️
sdk-router-@synapsecns/sdk-router-cjs 174.42kB -375.74kB (-68.3%) ⬇️
synapse-interface-server-cjs 2.23MB 542.7kB (32.09%) ⬆️
synapse-interface-client-array-push 7.98MB 207.12kB (2.67%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sdk-router-@synapsecns/sdk-router-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
sdk-router.esm.js 115.86kB 389.52kB 42.34% ⚠️
view changes for bundle: sdk-router-@synapsecns/sdk-router-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
sdk-router.cjs.production.min.js (New) 174.42kB 174.42kB 100.0% 🚀
sdk-router.cjs.development.js (Deleted) -272.26kB 0 bytes -100.0% 🗑️
typechain/SynapseBridge.d.ts (Deleted) -47.24kB 0 bytes -100.0% 🗑️
typechain/FastBridge.d.ts (Deleted) -46.59kB 0 bytes -100.0% 🗑️
typechain/SynapseCCTP.d.ts< B429 /strong> (Deleted) -39.75kB 0 bytes -100.0% 🗑️
typechain/SynapseRouter.d.ts (Deleted) -37.89kB 0 bytes -100.0% 🗑️
typechain/FastBridgeRouter.d.ts (Deleted) -13.57kB 0 bytes -100.0% 🗑️
typechain/SynapseCCTPRouter.d.ts (Deleted) -11.28kB 0 bytes -100.0% 🗑️
operations/bridge.d.ts (Deleted) -10.31kB 0 bytes -100.0% 🗑️
module/synapseModuleSet.d.ts (Deleted) -6.51kB 0 bytes -100.0% 🗑️
sdk.d.ts (Deleted) -4.24kB 0 bytes -100.0% 🗑️
router/router.d.ts (Deleted) -3.64kB 0 bytes -100.0% 🗑️
rfq/fastBridgeRouterSet.d.ts (Deleted) -3.41kB 0 bytes -100.0% 🗑️
module/query.d.ts (Deleted) -3.32kB 0 bytes -100.0% 🗑️
operations/pools.d.ts (Deleted) -3.07kB 0 bytes -100.0% 🗑️
router/synapseRouter.d.ts (Deleted) -3.01kB 0 bytes -100.0% 🗑️
router/routerSet.d.ts (Deleted) -2.49kB 0 bytes -100.0% 🗑️
operations/swap.d.ts (Deleted) -2.28kB 0 bytes -100.0% 🗑️
constants/testValues.d.ts (Deleted) -2.0kB 0 bytes -100.0% 🗑️
module/synapseModule.d.ts (Deleted) -1.94kB 0 bytes -100.0% 🗑️
module/types.d.ts (Deleted) -1.86kB 0 bytes -100.0% 🗑️
gaszip/gasZipModuleSet.d.ts (Deleted) -1.83kB 0 bytes -100.0% 🗑️
router/synapseCCTPRouter.d.ts (Deleted) -1.83kB 0 bytes -100.0% 🗑️
entities/baseCurrency.d.ts (Deleted) -1.82kB 0 bytes -100.0% 🗑️
rfq/fastBridgeRouter.d.ts (Deleted) -1.75kB 0 bytes -100.0% 🗑️
entities/fractions/price.d.ts (Deleted) -1.72kB 0 bytes -100.0% 🗑️
entities/fractions/currencyAmount.d.ts (Deleted) -1.68kB 0 bytes -100.0% 🗑️
rfq/ticker.d.ts (Deleted) -1.48kB 0 bytes -100.0% 🗑️
constants/chainIds.d.ts (Deleted) -1.45kB 0 bytes -100.0% 🗑️
constants/medianTime.d.ts (Deleted) -1.36kB 0 bytes -100.0% 🗑️
entities/token.d.ts (Deleted) -1.12kB 0 bytes -100.0% 🗑️
typechain/common.d.ts (Deleted) -1.09kB 0 bytes -100.0% 🗑️
entities/network.d.ts (Deleted) -1.05kB 0 bytes -100.0% 🗑️
entities/fractions/fraction.d.ts (Deleted) -1.04kB 0 bytes -100.0% 🗑️
router/synapseCCTPRouterSet.d.ts (Deleted) -1.03kB 0 bytes -100.0% 🗑️
rfq/quote.d.ts (Deleted) -1.01kB 0 bytes -100.0% 🗑️
router/synapseRouterSet.d.ts (Deleted) -997 bytes 0 bytes -100.0% 🗑️
utils/handleNativeToken.d.ts (Deleted) -951 bytes 0 bytes -100.0% 🗑️
gaszip/gasZipModule.d.ts (Deleted) -921 bytes 0 bytes -100.0% 🗑️
utils/logs.d.ts (Deleted) -802 bytes 0 bytes -100.0% 🗑️
router/types.d.ts (Deleted) -721 bytes 0 bytes -100.0% 🗑️
entities/fractions/percent.d.ts (Deleted) -657 bytes 0 bytes -100.0% 🗑️
utils/computePriceImpact.d.ts (Deleted) -553 bytes 0 bytes -100.0% 🗑️
entities/ether.d.ts (Deleted) -476 bytes 0 bytes -100.0% 🗑️
gaszip/api.d.ts (Deleted) -476 bytes 0 bytes -100.0% 🗑️
constants/index.d.ts (Deleted) -458 bytes 0 bytes -100.0% 🗑️
entities/gas.d.ts (Deleted) -439 bytes 0 bytes -100.0% 🗑️
utils/api.d.ts (Deleted) -422 bytes 0 bytes -100.0% 🗑️
utils/RouterCache.d.ts (Deleted) -398 bytes 0 bytes -100.0% 🗑️
utils/deadlines.d.ts (Deleted) -367 bytes 0 bytes -100.0% 🗑️
rfq/api.d.ts (Deleted) -309 bytes 0 bytes -100.0% 🗑️
entities/nativeCurrency.d.ts (Deleted) -264 bytes 0 bytes -100.0% 🗑️
constants/addresses.d.ts (Deleted) -251 bytes 0 bytes -100.0% 🗑️
utils/sqrt.d.ts (Deleted) -247 bytes 0 bytes -100.0% 🗑️
router/index.d.ts (Deleted) -233 bytes 0 bytes -100.0% 🗑️
utils/validateAndParseAddress.d.ts (Deleted) -225 bytes 0 bytes -100.0% 🗑️
utils/index.d.ts (Deleted) -210 bytes 0 bytes -100.0% 🗑️
constants/testProviders.d.ts (Deleted) -198 bytes 0 bytes -100.0% 🗑️
utils/logger.d.ts (Deleted) -197 bytes 0 bytes -100.0% 🗑️
entities/weth9.d.ts (Deleted) -196 bytes 0 bytes -100.0% 🗑️
entities/index.d.ts (Deleted) -172 bytes 0 bytes -100.0% 🗑️
entities/fractions/index.d.ts (Deleted) -164 bytes 0 bytes -100.0% 🗑️
entities/currency.d.ts (Deleted) -142 bytes 0 bytes -100.0% 🗑️
utils/sortedInsert.d.ts (Deleted) -126 bytes 0 bytes -100.0% 🗑️
module/index.d.ts (Deleted) -123 bytes 0 bytes -100.0% 🗑️
utils/addressUtils.d.ts (Deleted) -106 bytes 0 bytes -100.0% 🗑️
rfq/index.d.ts (Deleted) -104 bytes 0 bytes -100.0% 🗑️
utils/debug/logPromise.d.ts (Deleted) -101 bytes 0 bytes -100.0% 🗑️
gaszip/index.d.ts (Deleted) -93 bytes 0 bytes -100.0% 🗑️
operations/index.d.ts (Deleted) -78 bytes 0 bytes -100.0% 🗑️
index.d.ts (Deleted) -53 bytes 0 bytes -100.0% 🗑️
view changes for bundle: synapse-interface-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
6492.js (New) 549.04kB 549.04kB 100.0% 🚀
9645.js 44.78kB 445.84kB 11.17% ⚠️
../pages/index.js 705 bytes 76.45kB 0.93%
4130.js 48 bytes 58.23kB 0.08%
../pages/landing.js 705 bytes 35.91kB 2.0%
../pages/swap.js 705 bytes 22.48kB 3.24%
../pages/landing/sections/SecuritySection.js 536 bytes 21.37kB 2.57%
../pages/landing/sections/UseCasesSection.js 536 bytes 17.24kB 3.21%
../pages/state-managed-bridge.js 536 bytes 13.77kB 4.05%
../pages/landing/sections/ExplorerSection.js 536 bytes 12.31kB 4.55%
../pages/stake/StakeCardTitle.js 536 bytes 11.77kB 4.77%
../pages/returntomonke.js 705 bytes 11.76kB 6.38% ⚠️
../pages/landing/sections/IntegrationSection.js 536 bytes 11.52kB 4.88%
../pages/lifi.js 536 bytes 11.47kB 4.9%
../pages/landing/sections/ResourcesSection.js 536 bytes 11.01kB 5.12% ⚠️
../pages/pools.js 705 bytes 10.71kB 7.05% ⚠️
../pages/_error.js 536 bytes 10.32kB 5.48% ⚠️
../pages/pool/poolManagement.js 536 bytes 10.03kB 5.65% ⚠️
../pages/pool/PoolInfoSection.js 536 bytes 9.59kB 5.92% ⚠️
../pages/pool/NoPoolBody.js 536 bytes 9.54kB 5.95% ⚠️
../pages/pool/[poolId].js 705 bytes 9.54kB 7.98% ⚠️
../pages/landing/sections/BridgeSection.js 536 bytes 9.21kB 6.18% ⚠️
../pages/pool/components/LiquidityManagementTabs.js 536 bytes 9.1kB 6.26% ⚠️
../pages/pool/poolManagement/WithdrawButton.js 536 bytes 8.83kB 6.46% ⚠️
../pages/returntomonke/PfpGeneratorCard.js 536 bytes 8.38kB 6.83% ⚠️
../pages/stake/[routerIndex].js 705 bytes 8.24kB 9.36% ⚠️
../pages/stake.js 705 bytes 8.09kB 9.55% ⚠️
../pages/pool/poolManagement/Withdraw.js 536 bytes 7.94kB 7.24% ⚠️
../pages/stake/StakeCard.js 536 bytes 7.82kB 7.36% ⚠️
../pages/landing/sections/HeroSection.js 536 bytes 7.69kB 7.5% ⚠️
../pages/pool/PoolInfoSection/CurrencyReservesCard.js 536 bytes 7.57kB 7.62% ⚠️
../pages/pool/PoolBody.js 536 bytes 7.55kB 7.64% ⚠️
../pages/returntomonke/ImageUploader.js 536 bytes 7.35kB 7.86% ⚠️
../pages/pool/PoolInfoSection/InfoSectionCard.js 536 bytes 6.28kB 9.34% ⚠️
../pages/pool/components/ReceivedTokenSection.js 536 bytes 5.82kB 10.14% ⚠️
../pages/pool/components/PriceImpactDisplay.js 536 bytes 5.78kB 10.22% ⚠️
../pages/pool/components/PoolTitle.js 536 bytes 5.34kB 11.16% ⚠️
../pages/pool/PoolInfoSection/InfoSection.js 536 bytes 5.24kB 11.39% ⚠️
../pages/pool/components/AugmentWithUnits.js 536 bytes 5.06kB 11.85% ⚠️
../pages/pools/PoolCards.js 536 bytes 4.93kB 12.18% ⚠️
../pages/bridge.js 536 bytes 4.87kB 12.37% ⚠️
../pages/pool/poolManagement/DepositButton.js 536 bytes 4.75kB 12.71% ⚠️
../pages/pool/poolManagement/Deposit.js 536 bytes 4.74kB 12.74% ⚠️
../pages/landing/sections/HowItWorksSection.js 536 bytes 4.68kB 12.94% ⚠️
../pages/pools/PoolCard.js 536 bytes 4.43kB 13.75% ⚠️
../pages/_app.js 536 bytes 3.08kB 21.09% ⚠️
../webpack-runtime.js 94 bytes 2.48kB 3.93%
8089.js (Deleted) -75.67kB 0 bytes -100.0% 🗑️
view changes for bundle: synapse-interface-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js 207.04kB 2.37MB 9.59% ⚠️
static/chunks/5174-*.js 80 bytes 51.34kB 0.16%
server/middleware-*.js -4.76kB 16.89kB -22.0%
server/middleware-*.js 4.76kB 21.66kB 28.2% ⚠️
static/A6UBlA4y16IlMAM7Ryde8/_buildManifest.js (New) 6.67kB 6.67kB 100.0% 🚀
static/A6UBlA4y16IlMAM7Ryde8/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/9KryjFtHn8YVwdkwyEY7U/_buildManifest.js (Deleted) -6.67kB 0 bytes -100.0% 🗑️
static/9KryjFtHn8YVwdkwyEY7U/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

Copy link

This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label May 20, 2025
@ChiTimesChi ChiTimesChi merged commit f074f3c into fe-release May 21, 2025
22 of 24 checks passed
@ChiTimesChi ChiTimesChi deleted the fix/fe-release-2025-05-05 branch May 21, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0