mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
fix: update estimated time for L2 to L1 usdc bridging (#947)
This commit is contained in:
@@ -69,7 +69,7 @@ export const getEstimatedTimeText = (fromChain: Chain, token: Token, opts: GetEs
|
||||
const minuteUnit = isAbbreviatedTimeUnit ? "mins" : "minute";
|
||||
const secondUnit = isAbbreviatedTimeUnit ? "secs" : "second";
|
||||
|
||||
if (isCctp(token)) {
|
||||
if (isCctp(token) && fromChain.layer === ChainLayer.L1) {
|
||||
return `22 ${secondUnit}${spaceChar}-${spaceChar}19 ${minuteUnit}`;
|
||||
}
|
||||
if (fromChain.layer === ChainLayer.L1) {
|
||||
|
||||
Reference in New Issue
Block a user