Skip to content

Commit eb173fb

Browse files
committed
update aggregate limits
1 parent ebadbe4 commit eb173fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/features/ccip/components/supported-networks/LaneConfig.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ const displayRate = (capacity: string, rate: string, symbol: string, decimals: n
7070
const totalRefillTime = capacityNormalized / rateNormalized // in seconds
7171
const displayTime = `${formatTime(totalRefillTime)}`
7272
73-
const rateWithComma = utils.commify(rateNormalized)
74-
7573
return {
76-
rateSecond: `${rateWithComma} ${symbol}/second`,
74+
rateSecond: `${rateNormalized} ${symbol}/second`,
7775
maxThroughput: `Refills from 0 to ${utils.commify(capacityNormalized)} ${symbol} in ${displayTime}`,
7876
}
7977
}

0 commit comments

Comments
 (0)