Commit Graph

2 Commits

Author SHA1 Message Date
Victorien Gauch
5b09005765 Feat: add lifi and small fixes (#798)
* fix: add gitattribute rules for woff2 files

* feat: add lifi widget + fixes minor issues

* fix: remove unused packages + clean constants declaration and config

* fix: update dockerfile and github ci workflows

* fix: env variable naming issue

* fix: bridge mode alt value issue + remove button component
2025-03-24 14:28:42 +01:00
kyzooghost
cc8deee137 [Feat] Bridge UIv2 - CCTPV2 claims for USDC & refactors (#792)
* did refreshCCTPMessageIfNeeded function

* added BridgeTransaction to own @types file

* successful claim tx

* remove constants for cctp contracts

* half way through useClaimingTx

* fix

* did cases for erc20 and eth transfer

* moved claim tx to useClaimingTx

* refactor for abievent types

* add getNativeBridgeMessageClaimedTxHash

* did useBridgeTransactionMessage

* fix build

* fix lint

* implement useCCTPFee

* removed auto-claim for usdc, move messageProof to TransactionDetail

* add loading ui for Claim button

* refactor history.ts file in utils

* fix linting errors

* implement caching of completed tx -> in empirical test cut requests from 24->9, ~2200ms -> ~1600ms response cycle time

* ci fix

* add comment for won't do

* remove 1 redundant cctp api call for claim params

* remove CCTP_TRANSFER_FEE_BUFFER

* did badge

* change linea main logo

* change linea main logo

* address edge case where reattest cause revert to pending

* small pr fixes

* Revert "small pr fixes"

This reverts commit 2404f98419b1b7221bda617ea39f20ab6cad5830.

* fixes applied again

* Update bridge-ui/src/utils/chains.ts

Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com>
Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com>

* simplified code to handle expired cctp message edge case

* fix cctp casing

* fix casing again

* fix git casing issue

* remove comments

* add dynamiccontextprovider param

* change mobileprovider

---------

Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com>
Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com>
2025-03-21 12:50:02 +00:00